Fix TGUI compiler git updates (#31572)

This commit is contained in:
Jordan Brown
2017-10-12 11:33:51 -06:00
committed by duncathan salt
parent d40722a749
commit 76fee91aae
+1 -1
View File
@@ -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!');
}
}