Browse Source

This i18n string never got translated before

Fredrik Jervfors 21 years ago
parent
commit
e13894b4ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      functions/auth.php

+ 1 - 0
functions/auth.php

@@ -58,6 +58,7 @@ function is_logged_in() {
            sqsession_register($session_expired_location,'session_expired_location');
            sqsession_register($session_expired_location,'session_expired_location');
         }
         }
         include_once( SM_PATH . 'functions/display_messages.php' );
         include_once( SM_PATH . 'functions/display_messages.php' );
+        set_up_language($squirrelmail_language, true);
         logout_error( _("You must be logged in to access this page.") );
         logout_error( _("You must be logged in to access this page.") );
         exit;
         exit;
     }
     }