eee
This commit is contained in:
+1
-1
@@ -216,7 +216,7 @@ class BackupCommand extends Command
|
||||
$encode = [];
|
||||
foreach ($keys as $val) {
|
||||
if (is_string($val)) {
|
||||
$encode[] = '\'' . addcslashes($val,'\'') . '\'';
|
||||
$encode[] = '\'' . $val . '\'';
|
||||
} else {
|
||||
$encode[] = $val === '' ? '\'\'' : $val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user