Przeglądaj źródła

Warning removal

Tyler Akins 23 lat temu
rodzic
commit
1f4b1ce07d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      plugins/squirrelspell/setup.php

+ 2 - 2
plugins/squirrelspell/setup.php

@@ -18,7 +18,7 @@
      */
      */
     function soupNazi(){
     function soupNazi(){
 
 
-        global $HTTP_USER_AGENT;
+        global $HTTP_USER_AGENT, $SQSPELL_SOUP_NAZI;
         
         
         require_once('../plugins/squirrelspell/sqspell_config.php');
         require_once('../plugins/squirrelspell/sqspell_config.php');
 
 
@@ -67,4 +67,4 @@
         }
         }
     }
     }
 
 
-?>
+?>