X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fauth.php;h=aad50a83c0fa1897cca529978bccc75c9d895c95;hb=47fa97fed308292ab5e7bed6f870b39f55747aa8;hp=ca07e3229fd1ebeb617eabb3285b211c33ed4e4e;hpb=5f30b30e8b2657ade5c727e98de286386ee002d8;p=platal.git diff --git a/modules/auth.php b/modules/auth.php index ca07e32..aad50a8 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -153,7 +153,7 @@ class AuthModule extends PLModule $uid = S::i('uid'); if (!isset($_SESSION['suid'])) { $logger = (isset($_SESSION['log']) && $_SESSION['log']->uid == $uid) - ? $_SESSION['log'] : new CoreLogger($uid); + ? $_SESSION['log'] : new PlLogger($uid); global $platal; $logger->log('connexion_auth_ext', $platal->path); }