浏览代码

Warning removal

Tyler Akins 23 年之前
父节点
当前提交
1f4b1ce07d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/squirrelspell/setup.php

+ 2 - 2
plugins/squirrelspell/setup.php

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