Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Mixins/DownloadModx.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ protected function retrieveFromCache($version)
unlink("$path/$k/config.core.php");
}
// Copy each dir to path specified in config file then remove that dir from source
exec("cp -r $path/$k/* $customPath");
exec("cp -r $path/$k/* '$customPath'");
Comment thread
jenswittmann marked this conversation as resolved.
exec("rm -rf $path/$k");
Comment thread
jenswittmann marked this conversation as resolved.
Outdated
}

Expand Down