From: Florent Bruneau Date: Tue, 19 Aug 2008 19:32:50 +0000 (+0200) Subject: Useless: this is done by PlFeed. X-Git-Tag: xorg/0.10.0~124 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=1e21a0fda53197cce7441464f64ca29805c06b92;p=platal.git Useless: this is done by PlFeed. Signed-off-by: Florent Bruneau --- diff --git a/modules/carnet.php b/modules/carnet.php index 57bae84..2675ace 100644 --- a/modules/carnet.php +++ b/modules/carnet.php @@ -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); }