소스 검색

Warning removal

Tyler Akins 24 년 전
부모
커밋
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 @@
         }
     }
 
-?>
+?>