Index: trunk/extensions/FlaggedRevs/FlaggedRevs.hooks.php |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | /** |
97 | 97 | * Update flaggedrevs table on revision restore |
98 | 98 | */ |
99 | | - public static function updateFromRestore( $title, $revision, &$oldPageID ) { |
| 99 | + public static function updateFromRestore( $title, $revision, $oldPageID ) { |
100 | 100 | $dbw = wfGetDB( DB_MASTER ); |
101 | 101 | # Some revisions may have had null rev_id values stored when deleted. |
102 | 102 | # This hook is called after insertOn() however, in which case it is set |