X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fauth.php;h=4b218543ec9fef8998032552344198effd97f611;hb=46f272feb613c57febf40a0f7bf6a721e439b73b;hp=aad50a83c0fa1897cca529978bccc75c9d895c95;hpb=68ef4e7d2c4d1bfd08e59d6118047044530c4ae2;p=platal.git diff --git a/modules/auth.php b/modules/auth.php index aad50a8..4b21854 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -155,7 +155,7 @@ class AuthModule extends PLModule $logger = (isset($_SESSION['log']) && $_SESSION['log']->uid == $uid) ? $_SESSION['log'] : new PlLogger($uid); global $platal; - $logger->log('connexion_auth_ext', $platal->path); + S::logger()->log('connexion_auth_ext', $platal->path); } /* on parcourt les entrees de groupes_auth */ @@ -174,7 +174,7 @@ class AuthModule extends PLModule function handler_admin_authgroupesx(&$page, $action = 'list', $id = null) { - $page->assign('xorg_title','Polytechnique.org - Administration - Auth groupes X'); + $page->setTitle('Administration - Auth groupes X'); $page->assign('title', 'Gestion de l\'authentification centralisée'); $table_editor = new PLTableEditor('admin/auth-groupes-x','groupesx_auth','id'); $table_editor->describe('name','nom',true);