X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile.php;h=71204b7a7a0368d1fcd26fc00235f962783224f0;hb=d655dba1a05100bdd309200eb20409e848abf98c;hp=fdaa2a7738ddf9015679a044e11b7d8d40ca8c87;hpb=924b4ba7e1a769eaadd34f899f91028babba7a40;p=platal.git diff --git a/modules/profile.php b/modules/profile.php index fdaa2a7..71204b7 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -360,7 +360,7 @@ class ProfileModule extends PLModule // mise a jour des champs relatifs au tab ouvert require_once "profil/update_{$opened_tab}.inc.php"; - $log =& S::v('log'); + $log =& $_SESSION['log']; $log->log('profil', $opened_tab); $page->assign('etat_update', 'ok'); }