This commit is contained in:
Nicolas Le Goff
2012-07-31 11:24:15 +02:00
2 changed files with 21 additions and 13 deletions

View File

@@ -366,7 +366,7 @@ class appbox extends base
*/
$upgrader->set_current_message(_('Copying files'));
$origine = $registry->get('GV_RootPath') . 'config/';
$origine = $registry->get('GV_RootPath') . 'config/custom_files/';
$target = $registry->get('GV_RootPath') . 'www/custom/';
$filesystem = $core['file-system'];