r48868 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r48867
|
r48868
|
r48869
>
Date:
08:54, 26 March 2009
Author:
thomasv
Status:
ok
Tags:
Comment:
minor fix: page number offset
Modified paths:
/trunk/extensions/ProofreadPage/ProofreadPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ProofreadPage/ProofreadPage.php
—
—
@@ -612,7 +612,7 @@
613
613
break;
614
614
default:
615
615
if(is_numeric($iparam))
616
- $offset = $i - $iparam[0];
616
+ $offset = $i - $iparam;
617
617
else
618
618
$mode = $iparam;
619
619
Status & tagging log
08:54, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r48868
[
removed:
live]
08:37, 27 May 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r48868
[
removed:
new
added:
ok]
02:02, 24 May 2009
Skizzerz
(
talk
|
contribs
)
changed the
status
of r48868
[
removed:
new
added:
ok]
21:50, 26 March 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
tags
for r48868
[
added:
live]
21:49, 26 March 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r48868
[
removed:
new
added:
ok]