Pārlūkot izejas kodu

This i18n string never got translated before

Fredrik Jervfors 21 gadi atpakaļ
vecāks
revīzija
e13894b4ed
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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');
         }
         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;
     }