Index: branches/REL1_15/extensions/FlaggedRevs/FlaggedRevs.hooks.php |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | return true; |
82 | 82 | } |
83 | 83 | |
84 | | - public static function markUnderReview( &$output, &$article, &$title, &$user, &$request ) { |
| 84 | + public static function markUnderReview( $output, $article, $title, $user, $request ) { |
85 | 85 | $action = $request->getVal( 'action', 'view' ); |
86 | 86 | $reviewing = ( $action == 'history' ); // default |
87 | 87 | if( $action == 'view' && ($request->getInt('reviewform') || $request->getInt('rcid')) ) |