pending commit, finished during MQ/S download ...
[platal.git] / classes / Platal.php
index a2048d3..88c6fd1 100644 (file)
@@ -84,7 +84,8 @@ class Platal
         $args    = $this->argv;
         $args[0] = &$page;
 
-        if ($hook['auth'] > Session::get('auth', AUTH_PUBLIC)) {
+        if ($hook['auth'] > S::v('auth', AUTH_PUBLIC)) {
+            // FIXME: don't use 'session' object anymore
             $_SESSION['session']->doAuth($page);
         }