From: Florent Bruneau Date: Thu, 25 Oct 2007 20:08:03 +0000 (+0200) Subject: Update ML feed on demand. X-Git-Tag: xorg/0.9.15~17 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=831ff3e3fd6189056f5fc33e46d2671d7489cba9;p=platal.git Update ML feed on demand. Signed-off-by: Florent Bruneau --- diff --git a/include/banana/ml.inc.php b/include/banana/ml.inc.php index 713a90f..7426da0 100644 --- a/include/banana/ml.inc.php +++ b/include/banana/ml.inc.php @@ -36,6 +36,7 @@ class MLBanana extends Banana Banana::$debug_mbox = ($globals->debug & DEBUG_BT); Banana::$debug_smarty = ($globals->debug & DEBUG_SMARTY); Banana::$mbox_helper = $globals->banana->mbox_helper; + Banana::$feed_updateOnDemand = true; if (S::has_perms()) { Banana::$msgshow_mimeparts[] = 'source'; }