Generate ML feed 'on-demand'
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 1 May 2007 09:04:17 +0000 (09:04 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 1 May 2007 09:04:17 +0000 (09:04 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1786 839d8a87-29fc-0310-9880-83ba4fa771e5

include/banana/ml.inc.php

index 60d2fee..3c9a22d 100644 (file)
@@ -29,12 +29,13 @@ class MLBanana extends Banana
 
     function __construct($forlife, $params = null)
     {
-               global $globals;
+       global $globals;
         Banana::$spool_root = $globals->banana->spool_root;
         Banana::$spool_boxlist = false;
         Banana::$msgedit_canattach = true;
         Banana::$debug_mbox = ($globals->debug & 1);
         Banana::$mbox_helper = $globals->banana->mbox_helper;
+        Banana::$feed_updateOnDemand = true;
         if (S::has_perms()) {
             Banana::$msgshow_mimeparts[] = 'source';
         }