瀏覽代碼

adding global declaration for set_my_language

tokul 21 年之前
父節點
當前提交
eb784ac89f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/auth.php

+ 1 - 1
functions/auth.php

@@ -43,7 +43,7 @@ function is_logged_in() {
         return;
     } else {
         global $PHP_SELF, $session_expired_post, 
-	       $session_expired_location;
+	       $session_expired_location, $squirrelmail_language;
 
         /*  First we store some information in the new session to prevent
          *  information-loss.