Changeset 3469523 for pods/trunk/classes/cli/PodsAPI_CLI_Command.php
- Timestamp:
- 02/25/2026 02:19:09 PM (4 weeks ago)
- File:
-
- 1 edited
-
pods/trunk/classes/cli/PodsAPI_CLI_Command.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pods/trunk/classes/cli/PodsAPI_CLI_Command.php
r3468973 r3469523 424 424 } 425 425 426 $file = $assoc_args['file'];426 $file = (string) $assoc_args['file']; 427 427 428 428 unset( $assoc_args['file'] ); … … 494 494 } 495 495 496 $file = $assoc_args['file'];496 $file = (string) $assoc_args['file']; 497 497 498 498 $imported = false;
Note: See TracChangeset
for help on using the changeset viewer.