summaryrefslogtreecommitdiff
path: root/_darcs/pristine/actions/featured.php
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/pristine/actions/featured.php')
-rw-r--r--_darcs/pristine/actions/featured.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_darcs/pristine/actions/featured.php b/_darcs/pristine/actions/featured.php
index 2ff4f7745..f478a4017 100644
--- a/_darcs/pristine/actions/featured.php
+++ b/_darcs/pristine/actions/featured.php
@@ -30,7 +30,7 @@ class FeaturedAction extends StreamAction {
$page = ($this->arg('page')) ? ($this->arg('page')+0) : 1;
common_show_header(_('Featured users'),
- array($this, 'show_header'), NULL,
+ array($this, 'show_header'), null,
array($this, 'show_top'));
$this->show_notices($page);