From: vincent@cubedesigners.com Date: Tue, 22 Jan 2013 18:45:11 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=61ae2251528efb5a472bcd4c38583486ec735d28;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.maintenance.php b/inc/ws/Controlleur/class.ws.maintenance.php index 42baf708b..d3e42f418 100644 --- a/inc/ws/Controlleur/class.ws.maintenance.php +++ b/inc/ws/Controlleur/class.ws.maintenance.php @@ -726,15 +726,10 @@ class wsMaintenance { } public static function updateHTML5Sources($args = array(), $externals = true) { - $svn = new cubeCommandLine('svn'); + $svn = new cubeCommandLine('updatewshtml5prod'); $svn->setPath(CONVERTER_PATH); - $svn->setArg(null, 'up'); - if (!$externals) { - $svn->setArg('ignore-externals'); - } - $svn->setArg('r', file_get_contents(WS_COMPILE_ASSETS . '/_html5/PROD')); - $svn->setArg(null, WS_COMPILE_ASSETS . '/_html5prod'); $svn->execute(); + } public static function cleanDownload($args) {