Index: trunk/extensions/ApprovedRevs/ApprovedRevs.hooks.php |
— | — | @@ -225,7 +225,7 @@ |
226 | 226 | * 'action=edit' URL (i.e., the latest revision), no matter which |
227 | 227 | * revision they're actually on. |
228 | 228 | */ |
229 | | - static function changeEditLink( &$skin, &$contentActions ) { |
| 229 | + static function changeEditLink( $skin, &$contentActions ) { |
230 | 230 | global $wgRequest; |
231 | 231 | if ( $wgRequest->getCheck( 'oldid' ) ) { |
232 | 232 | return true; |