Spell false with small latter
[lhc/web/wiklou.git] / includes / Feed.php
index bd03901..7938803 100644 (file)
@@ -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;
        }