r80010 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80009‎ | r80010 | r80011 >
Date:14:28, 11 January 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Spell false with small latter
Modified paths:
  • /trunk/phase3/includes/Feed.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Feed.php
@@ -99,7 +99,7 @@
100100 * @param $uniqueId String: unique id for the item
101101 * @param $RSSisPermalink Boolean: set to true if the guid (unique id) is a permalink (RSS feeds only)
102102 */
103 - public function setUniqueId($uniqueId, $RSSisPermalink = False) {
 103+ public function setUniqueId($uniqueId, $RSSisPermalink = false) {
104104 $this->UniqueId = $uniqueId;
105105 $this->RSSIsPermalink = $isPermalink;
106106 }

Status & tagging log