r111641 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111640‎ | r111641 | r111642 >
Date:15:21, 16 February 2012
Author:qchris
Status:ok
Tags:
Comment:
Updated 'pass' to currently required signature
Modified paths:
  • /trunk/extensions/ActiveAbstract/AbstractFilter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ActiveAbstract/AbstractFilter.php
@@ -269,10 +269,9 @@
270270
271271 /**
272272 * @param $page
273 - * @param $string
274273 * @return bool
275274 */
276 - function pass( $page, $string ) {
 275+ function pass( $page ) {
277276 return !$page->page_is_redirect;
278277 }
279278 }

Status & tagging log