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 @@
270
270
271
271
/**
272
272
* @param $page
273
- * @param $string
274
273
* @return bool
275
274
*/
276
- function pass( $page, $string ) {
275
+ function pass( $page ) {
277
276
return !$page->page_is_redirect;
278
277
}
279
278
}
Status & tagging log
22:19, 17 February 2012
Awjrichards
(
talk
|
contribs
)
changed the
status
of r111641
[
removed:
new
added:
ok]