summaryrefslogtreecommitdiff
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
parent5c876167785768c41c78a9819868aca17a91e41d (diff)
showemptListMessage -> showEmptyListMessage method name cleanup.
-rw-r--r--actions/showfavorites.php2
-rw-r--r--actions/showstream.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/actions/showfavorites.php b/actions/showfavorites.php
index c4c91058f..4d4349505 100644
--- a/actions/showfavorites.php
+++ b/actions/showfavorites.php
@@ -203,7 +203,7 @@ class ShowfavoritesAction extends Action
$cnt = $nl->show();
if (0 == $cnt) {
- $this->showemptyListMessage();
+ $this->showEmptyListMessage();
}
$this->pagination($this->page > 1, $cnt > NOTICES_PER_PAGE,
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,