Typo.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 14 Feb 2010 11:31:48 +0000 (12:31 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 14 Feb 2010 11:31:48 +0000 (12:31 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
bin/banana.feedgen.php

index 873f1eb..41071fe 100755 (executable)
@@ -14,7 +14,7 @@ ini_set('memory_limit', '128M');
 
 Banana::$mbox_helper = $globals->banana->mbox_helper;
 Banana::$spool_root = $globals->banana->spool_root;
-Banana::$nntp_host =  ForumsBanana::buildURL()
+Banana::$nntp_host =  ForumsBanana::buildURL();
 Banana::refreshAllFeeds(array('NNTP', 'MLArchive'));
 
 // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: