From: Florent Bruneau Date: Sun, 27 Feb 2011 19:32:58 +0000 (+0100) Subject: Fix wrong class name. X-Git-Tag: xorg/1.1.0~123 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f14494150f948783ff51e8331b7d03639cb249c5;p=platal.git Fix wrong class name. Signed-off-by: Florent Bruneau --- diff --git a/modules/events.php b/modules/events.php index 4064783..96a80dd 100644 --- a/modules/events.php +++ b/modules/events.php @@ -228,7 +228,7 @@ class EventsModule extends PLModule exit; } - function handler_rss(PlPage $page, PlPage $user) + function handler_rss(PlPage $page, PlUser $user) { $this->load('feed.inc.php'); $feed = new EventFeed();