[255798] [syncup] Create a dedicated syncup user, flag sync translations as fuzzy
diff --git a/html/global.php b/html/global.php
index 448c966..3247148 100644
--- a/html/global.php
+++ b/html/global.php
@@ -73,7 +73,7 @@
 $syncup_id = "";
 #get the syncup id
 if(isset($ini['syncup_id'])) 
-        $genie_id = $ini['syncup_id'];
+        $syncup_id = $ini['syncup_id'];
         
 global $context;