Fix for #2127 - Imports fail when filenames have spaces and other special characters
This commit is contained in:
parent
dc9ac0a2c2
commit
5ff2576e24
|
@ -47,4 +47,4 @@ filelistpathname=.
|
|||
#-------------------------------------------------------------------------------
|
||||
cd $phpdir
|
||||
|
||||
php -q campcaster-import.php $@ || exit 1
|
||||
php -q campcaster-import.php "$@" || exit 1
|
||||
|
|
Loading…
Reference in New Issue