summaryrefslogtreecommitdiff
path: root/actions/showstream.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-04-07 18:30:41 -0700
committerZach Copley <zach@controlyourself.ca>2009-04-07 18:30:41 -0700
commita8a870303e6249b0254faa51b62fe2656daefd5e (patch)
tree82e1841ef6b94ec4e84a97236593e509753f89d8 /actions/showstream.php
parent47d61ad21150358e223f5a9f78cec8f0870c90ea (diff)
parentafebef50e46dc6285e3b3fcdf7907d26598a4e95 (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
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,