diff options
Diffstat (limited to 'actions/featured.php')
-rw-r--r-- | actions/featured.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/featured.php b/actions/featured.php index 2ff4f7745..f478a4017 100644 --- a/actions/featured.php +++ b/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); |