diff --git a/tools/TGUICompiler.php b/tools/TGUICompiler.php index 46cd8041947..a393e1d3c68 100644 --- a/tools/TGUICompiler.php +++ b/tools/TGUICompiler.php @@ -156,7 +156,7 @@ try{ exec('rmdir "' . str_replace('/', '\\', $target_node) . '"'); //improtant rrmdir($target_path); } - else if(!$$updated_git) + else if(!$updated_git) throw new RuntimeException('No valid files uploaded!'); } }