Alter language vars to match conventions (bis) - refs #4467

1.10.x
Yannick Warnier 10 years ago
parent 3b3323ef12
commit 99cb914567
  1. 2
      main/auth/shibboleth/app/controller/shibboleth_controller.class.php

@ -89,7 +89,7 @@ class ShibbolethController
$title = get_lang('InternalLogin');
if (Shibboleth::session()->is_logged_in())
{
$message = get_lang('already_logged_in');
$message = get_lang('AlreadyLoggedIn');
Shibboleth::display()->message_page($message, $title);
}
$index_manager = new IndexManager('');

Loading…
Cancel
Save