r22625 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r22624
|
r22625
|
r22626
>
Date:
09:11, 1 June 2007
Author:
amidaniel
Status:
old
Tags:
Comment:
Aparently, it need not only be defined but *initialized* to make the warnings go away. Apologies -- I'll check for warnings before committing in the future.
Modified paths:
/trunk/phase3/includes/OutputPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/OutputPage.php
—
—
@@ -793,7 +793,7 @@
794
794
}
795
795
796
796
//If it's a range block, get the range in CIDR and hand it back.
797
- $ipRange;
797
+ $ipRange = '';
798
798
if ($wgUser->mBlock->mRangeStart != $wgUser->mBlock->mRangeEnd) {
799
799
$ipRange = $wgUser->mBlock->mAddress;
800
800
}
Follow-up revisions
Revision
Commit summary
Author
Date
r22652
Merged revisions 22619-22651 via svnmerge from...
david
06:10, 2 June 2007