diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-04-07 18:30:41 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-04-07 18:30:41 -0700 |
commit | a8a870303e6249b0254faa51b62fe2656daefd5e (patch) | |
tree | 82e1841ef6b94ec4e84a97236593e509753f89d8 /actions/showstream.php | |
parent | 47d61ad21150358e223f5a9f78cec8f0870c90ea (diff) | |
parent | afebef50e46dc6285e3b3fcdf7907d26598a4e95 (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.php | 2 |
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, |