showemptListMessage -> showEmptyListMessage method name cleanup.

This commit is contained in:
Robin Millette 2009-04-08 01:20:50 +00:00
parent 5c87616778
commit afebef50e4
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ class ShowfavoritesAction extends Action
$cnt = $nl->show(); $cnt = $nl->show();
if (0 == $cnt) { if (0 == $cnt) {
$this->showemptyListMessage(); $this->showEmptyListMessage();
} }
$this->pagination($this->page > 1, $cnt > NOTICES_PER_PAGE, $this->pagination($this->page > 1, $cnt > NOTICES_PER_PAGE,

View File

@ -357,7 +357,7 @@ class ShowstreamAction extends ProfileAction
$pnl = new ProfileNoticeList($notice, $this); $pnl = new ProfileNoticeList($notice, $this);
$cnt = $pnl->show(); $cnt = $pnl->show();
if (0 == $cnt) { if (0 == $cnt) {
$this->showemptyListMessage(); $this->showEmptyListMessage();
} }
$this->pagination($this->page>1, $cnt>NOTICES_PER_PAGE, $this->page, $this->pagination($this->page>1, $cnt>NOTICES_PER_PAGE, $this->page,