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 @@
794794 }
795795
796796 //If it's a range block, get the range in CIDR and hand it back.
797 - $ipRange;
 797+ $ipRange = '';
798798 if ($wgUser->mBlock->mRangeStart != $wgUser->mBlock->mRangeEnd) {
799799 $ipRange = $wgUser->mBlock->mAddress;
800800 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r22652Merged revisions 22619-22651 via svnmerge from...david06:10, 2 June 2007