r49439 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r49438
|
r49439
|
r49440
>
Date:
12:31, 13 April 2009
Author:
demon
Status:
ok
Tags:
Comment:
Strict standards, declaration of functions much match parent.
Modified paths:
/trunk/phase3/includes/media/DjVu.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/media/DjVu.php
—
—
@@ -18,8 +18,8 @@
19
19
}
20
20
}
21
21
22
- function mustRender() { return true; }
23
- function isMultiPage() { return true; }
22
+ function mustRender( $file ) { return true; }
23
+ function isMultiPage( $file ) { return true; }
24
24
25
25
function getParamMap() {
26
26
return array(
Status & tagging log
22:41, 8 June 2011
Krinkle
(
talk
|
contribs
)
changed the
tags
for r49439
[
removed:
ok]
12:39, 19 May 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r49439
[
removed:
new
added:
ok]
01:35, 14 April 2009
Aaron Schulz
(
talk
|
contribs
)
changed the
tags
for r49439
[
added:
ok]