Useless: this is done by PlFeed.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 19 Aug 2008 19:32:50 +0000 (21:32 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 19 Aug 2008 19:32:50 +0000 (21:32 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
modules/carnet.php

index 57bae84..2675ace 100644 (file)
@@ -314,7 +314,6 @@ class CarnetModule extends PLModule
     function handler_rss(&$page, $user = null, $hash = null)
     {
         require_once dirname(__FILE__) . '/carnet/feed.inc.php';
-        $page->assign('rss_hash', $hash);
         $feed = new CarnetFeed();
         return $feed->run($page, $user, $hash);
     }