Explorar o código

fixed exec path prefix for Ant UrlAction

Piotr Labudda %!s(int64=9) %!d(string=hai) anos
pai
achega
418ebcb7e2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SE/se-lib/Route/UrlAction/Ant.php

+ 1 - 1
SE/se-lib/Route/UrlAction/Ant.php

@@ -51,7 +51,7 @@ class Route_UrlAction_Ant extends Route_Ant {// @doc @see Route_Ant
 
       echo UI::h('hr');
 
-      $cmd = "cd {$this->pathTools}{$path} && {$this->antBin} 2>&1";// wymaga java jdk
+      $cmd = "cd {$this->pathUrlActions}{$path} && {$this->antBin} 2>&1";// wymaga java jdk
       DBG::nicePrint(str_replace(APP_PATH_ROOT, 'SE', $cmd), 'command');
       V::exec($cmd, $out, $ret);
       DBG::nicePrint($out, 'output');