From: Robin Millette Date: Wed, 8 Apr 2009 01:20:50 +0000 (+0000) Subject: showemptListMessage -> showEmptyListMessage method name cleanup. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=afebef50e46dc6285e3b3fcdf7907d26598a4e95;p=quix0rs-gnu-social.git showemptListMessage -> showEmptyListMessage method name cleanup. --- diff --git a/actions/showfavorites.php b/actions/showfavorites.php index c4c91058f9..4d43495054 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 4181a2bab9..ce237dae22 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,