Fix wrong class name.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 27 Feb 2011 19:32:58 +0000 (20:32 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 27 Feb 2011 19:32:58 +0000 (20:32 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
modules/events.php

index 4064783..96a80dd 100644 (file)
@@ -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();