summaryrefslogtreecommitdiff
path: root/actions/tagrss.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/tagrss.php')
-rw-r--r--actions/tagrss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/tagrss.php b/actions/tagrss.php
index 45639fec4..6199a285d 100644
--- a/actions/tagrss.php
+++ b/actions/tagrss.php
@@ -41,7 +41,7 @@ class TagrssAction extends Rss10Action {
$tag = $this->tag;
if (is_null($tag)) {
- return NULL;
+ return null;
}
$notice = Notice_tag::getStream($tag->tag, 0, ($limit == 0) ? NOTICES_PER_PAGE : $limit);