https://bugzilla.wikimedia.org/show_bug.cgi?id=24304
--- Comment #22 from Aaron Adrignola <[email protected]> 2010-08-16 18:47:34 UTC --- Darklama above pointed out to me where the problem is. In http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php there is 'wmgFeedbackNamespaces' => array( 'default' => array( NS_MAIN ), 'strategywiki' => array( 106 ), ), which overrides the other configuration file. We'd need to change it to 'wmgFeedbackNamespaces' => array( 'default' => array( NS_MAIN ), 'enwikibooks' => array( NS_MAIN, 102, 110 ), 'strategywiki' => array( 106 ), ), For flaggedrevs.php, it's been pointed out to me that I had a typo in the request. It should be $wgFlaggedRevsComments (there was an "s" missing). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
