This i18n string never got translated before
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 13 May 2004 05:48:53 +0000 (05:48 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 13 May 2004 05:48:53 +0000 (05:48 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7440 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/auth.php

index ac604b51debee372fc1429f2caed5b848a31dba3..f33904f99b695daf175e8322d05b3ee845f4d86d 100644 (file)
@@ -58,6 +58,7 @@ function is_logged_in() {
            sqsession_register($session_expired_location,'session_expired_location');
         }
         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.") );
         exit;
     }