Fix for #2127 - Imports fail when filenames have spaces and other special characters
This commit is contained in:
parent
dc9ac0a2c2
commit
5ff2576e24
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ filelistpathname=.
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
cd $phpdir
|
cd $phpdir
|
||||||
|
|
||||||
php -q campcaster-import.php $@ || exit 1
|
php -q campcaster-import.php "$@" || exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue