X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile%2Fpage.inc.php;h=2e785c9a76f7d369cdfb7ab780cca9df41e04178;hb=732e5855cffcd5e2eaaf5bd66760c4432d437244;hp=19ff56ae30f4cfadbffbe1940563acc47ee106ee;hpb=47fa97fed308292ab5e7bed6f870b39f55747aa8;p=platal.git diff --git a/modules/profile/page.inc.php b/modules/profile/page.inc.php index 19ff56a..2e785c9 100644 --- a/modules/profile/page.inc.php +++ b/modules/profile/page.inc.php @@ -260,7 +260,7 @@ abstract class ProfilePage implements PlWizardPage } global $platal; $log =& $_SESSION['log']; - $log->log('profil', $platal->pl_self(1)); + S::logger()->log('profil', $platal->pl_self(1)); } protected function checkChanges()