From ab4e0c480a1fd391cb18a4ef19eb3a20a70260f8 Mon Sep 17 00:00:00 2001 From: jervfors Date: Thu, 13 May 2004 05:48:53 +0000 Subject: [PATCH] This i18n string never got translated before git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7440 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/auth.php b/functions/auth.php index ac604b51..f33904f9 100644 --- a/functions/auth.php +++ b/functions/auth.php @@ -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; } -- 2.25.1