Index: trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php |
— | — | @@ -905,7 +905,6 @@ |
906 | 906 | $p['revertedEdits']++; |
907 | 907 | FlaggedRevs::saveUserParams( $badrev->getRawUser(), $p ); |
908 | 908 | } |
909 | | - |
910 | 909 | } |
911 | 910 | return true; |
912 | 911 | } |
— | — | @@ -1238,7 +1237,7 @@ |
1239 | 1238 | * @param string $t timestamp of the log entry |
1240 | 1239 | * @return bool true |
1241 | 1240 | */ |
1242 | | - public static function reviewLogLine( $type='', $action='', $title=null, $paramArray=array(), &$c='', &$r='' ) { |
| 1241 | + public static function reviewLogLine( $type='', $action='', $title=null, $paramArray=array(), &$c, &$r ) { |
1243 | 1242 | $actionsValid = array('approve','approve2','approve-a','approve2-a','unapprove','unapprove2'); |
1244 | 1243 | # Show link to page with oldid=x |
1245 | 1244 | if( $type == 'review' && in_array($action,$actionsValid) && is_object($title) && isset($paramArray[0]) ) { |
— | — | @@ -1576,6 +1575,7 @@ |
1577 | 1576 | public static function onParserTestTables( &$tables ) { |
1578 | 1577 | $tables[] = 'flaggedpages'; |
1579 | 1578 | $tables[] = 'flaggedrevs'; |
| 1579 | + $tables[] = 'flaggedpage_pending'; |
1580 | 1580 | $tables[] = 'flaggedpage_config'; |
1581 | 1581 | $tables[] = 'flaggedtemplates'; |
1582 | 1582 | $tables[] = 'flaggedimages'; |