From ecab5fedf74139400ff3b476efeddc48b46199fc Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Mon, 27 Dec 2004 15:38:38 +0000 Subject: [PATCH] oopsie git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-146 --- include/notifs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notifs.inc.php b/include/notifs.inc.php index 5f7da36..0457461 100644 --- a/include/notifs.inc.php +++ b/include/notifs.inc.php @@ -51,7 +51,7 @@ function getNbNotifs() { return 0; } $uid = Session::getInt('uid', -1); - $watchlast = Session::getInt('watch_last'); + $watchlast = Session::get('watch_last'); $res = $globals->db->query(" ( -- 2.1.4