Plugin Directory


Ignore:
Timestamp:
02/25/2026 02:19:09 PM (4 weeks ago)
Author:
sc0ttkclark
Message:

Update to version 3.3.7 from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pods/trunk/classes/cli/PodsAPI_CLI_Command.php

    r3468973 r3469523  
    424424        }
    425425
    426         $file = $assoc_args['file'];
     426        $file = (string) $assoc_args['file'];
    427427
    428428        unset( $assoc_args['file'] );
     
    494494        }
    495495
    496         $file = $assoc_args['file'];
     496        $file = (string) $assoc_args['file'];
    497497
    498498        $imported = false;
Note: See TracChangeset for help on using the changeset viewer.