X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2Fxnet.php;h=b0bfe8b20b2e89f78682392298f98078e28dccb2;hb=4a93c3a36613323a86c9362688b226103ef15203;hp=ad8a0b76fcb7dedab35397b34884715a089d518e;hpb=787bb3d745141f2f85bd947ad7dd775d2c63f908;p=platal.git diff --git a/classes/xnet.php b/classes/xnet.php index ad8a0b7..b0bfe8b 100644 --- a/classes/xnet.php +++ b/classes/xnet.php @@ -1,6 +1,6 @@ asso('diminutif'), parent::pl_self($n)); + } + protected function find_hook() { $ans = parent::find_hook(); @@ -68,7 +74,7 @@ class Xnet extends Platal return $ans; } - public function force_login(&$page) + public function force_login(PlPage &$page) { http_redirect(S::v('loginX')); }