Bläddra i källkod

This i18n string never got translated before

Fredrik Jervfors 21 år sedan
förälder
incheckning
e13894b4ed
1 ändrade filer med 1 tillägg och 0 borttagningar
  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;
     }