https://bugzilla.wikimedia.org/show_bug.cgi?id=47020
--- Comment #6 from Willer <[email protected]> --- Well, I update my Mediawiki to 1.20.3 version and this problem is solved. But some behaviors occurred: 1º: When the variable is like "$wgFlaggedRevsOverride = true;", the stable version isn't the default pages but the modified page and the modified pages are usually displayed before approval. *I dont know what i do. Can you help me?! This is priority**** ---------------------------------------------------------------- 2º: When the variable is like "$wgFlaggedRevsWhitelist = true;", the mediawiki presents: "Warning: in_array() expects parameter 2 to be array, boolean given in /var/www/mediawiki/extensions/FlaggedRevs/backend/FlaggedRevs.class.php on line 895" It's the function "inReviewNamespace" in the code: if ( in_array( $title->getPrefixedDBKey(), $wgFlaggedRevsWhitelist ) ) { ---------------------------------------------------------------- 3º: When the variable is like "$wgFlaggedRevsExceptions = true;", the mediawiki presents: "Warning: Invalid argument supplied for foreach() in /var/www/mediawiki/extensions/FlaggedRevs/frontend/FlaggablePageView.php on line 170" It's the function "userViewsDraftByDefault" in the code: foreach ( $wgFlaggedRevsExceptions as $group ) { ---------------------------------------------------------------- Ps.: My FlaggedRevs is the las stable version from mediawiki.org/wiki/Extension:FlaggedRevs Thanks too much. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
