From 76fee91aae7fbc8c5f4eccd6b212820d085fe8e4 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 12 Oct 2017 13:33:51 -0400 Subject: [PATCH] Fix TGUI compiler git updates (#31572) --- tools/TGUICompiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!'); } }