From 1e21a0fda53197cce7441464f64ca29805c06b92 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 19 Aug 2008 21:32:50 +0200 Subject: [PATCH] Useless: this is done by PlFeed. Signed-off-by: Florent Bruneau --- modules/carnet.php | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.1.4