Allow overriding of PlSession::fillSession()
authorRiton <riton@melix.net>
Mon, 31 Jan 2011 15:02:19 +0000 (16:02 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 31 Jan 2011 15:07:32 +0000 (16:07 +0100)
Signed-off-by: Riton <riton@melix.net>
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
classes/plsession.php

index f19c457..94665c6 100644 (file)
@@ -52,7 +52,7 @@ abstract class PlSession
 
     /** Build the session structure with system fields.
      */
-    private function fillSession()
+    protected function fillSession()
     {
         S::bootstrap('user', null);
         S::bootstrap('auth', AUTH_PUBLIC);