summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-04-08 01:20:50 +0000
committerRobin Millette <millette@controlyourself.ca>2009-04-08 01:20:50 +0000
commitafebef50e46dc6285e3b3fcdf7907d26598a4e95 (patch)
tree0c1587fa918e39958d94df871d47d79fdb2a111e /actions/showstream.php
parent5c876167785768c41c78a9819868aca17a91e41d (diff)
showemptListMessage -> showEmptyListMessage method name cleanup.
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index 4181a2bab..ce237dae2 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -357,7 +357,7 @@ class ShowstreamAction extends ProfileAction
$pnl = new ProfileNoticeList($notice, $this);
$cnt = $pnl->show();
if (0 == $cnt) {
- $this->showemptyListMessage();
+ $this->showEmptyListMessage();
}
$this->pagination($this->page>1, $cnt>NOTICES_PER_PAGE, $this->page,