Skip to content

Commit 16e7c12

Browse files
Update src/DB_Command.php
Co-authored-by: Alain Schlesser <[email protected]>
1 parent d09bb14 commit 16e7c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ public function export( $args, $assoc_args ) {
709709
}
710710
}
711711

712-
$escaped_command = \WP_CLI\Utils\esc_cmd( $command, ...$command_esc_args );
712+
$escaped_command = Utils\esc_cmd( $command, ...$command_esc_args );
713713

714714
// Remove parameters not needed for SQL run.
715715
unset( $assoc_args['porcelain'] );

0 commit comments

Comments
 (0)