summaryrefslogtreecommitdiff
path: root/_darcs/pristine/actions/peopletag.php
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/pristine/actions/peopletag.php')
-rw-r--r--_darcs/pristine/actions/peopletag.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/_darcs/pristine/actions/peopletag.php b/_darcs/pristine/actions/peopletag.php
index f03a3c8af..0327ecbc2 100644
--- a/_darcs/pristine/actions/peopletag.php
+++ b/_darcs/pristine/actions/peopletag.php
@@ -43,7 +43,7 @@ class PeopletagAction extends Action {
# Looks like we're good; show the header
common_show_header(sprintf(_('Users self-tagged with %s - page %d'), $tag, $page),
- NULL, $tag, array($this, 'show_top'));
+ null, $tag, array($this, 'show_top'));
$this->show_people($tag, $page);
@@ -94,7 +94,7 @@ class PeopletagAction extends Action {
}
function get_title() {
- return NULL;
+ return null;
}
function show_header($arr) {