From 665ed62453de74b19a223eca12090650c2a59e39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 11 Jan 2011 14:28:35 +0000 Subject: [PATCH] Spell false with small latter --- includes/Feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Feed.php b/includes/Feed.php index bd03901bdc..7938803e13 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -99,7 +99,7 @@ class FeedItem { * @param $uniqueId String: unique id for the item * @param $RSSisPermalink Boolean: set to true if the guid (unique id) is a permalink (RSS feeds only) */ - public function setUniqueId($uniqueId, $RSSisPermalink = False) { + public function setUniqueId($uniqueId, $RSSisPermalink = false) { $this->UniqueId = $uniqueId; $this->RSSIsPermalink = $isPermalink; } -- 2.20.1