Quellcode durchsuchen

fixed exec path prefix for Ant UrlAction

Piotr Labudda vor 9 Jahren
Ursprung
Commit
418ebcb7e2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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');