]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
showemptListMessage -> showEmptyListMessage method name cleanup.
authorRobin Millette <millette@controlyourself.ca>
Wed, 8 Apr 2009 01:20:50 +0000 (01:20 +0000)
committerRobin Millette <millette@controlyourself.ca>
Wed, 8 Apr 2009 01:20:50 +0000 (01:20 +0000)
actions/showfavorites.php
actions/showstream.php

index c4c91058f9a9454b084047bff5cbc8ee6d1260dc..4d434950548e14d00a0f0d738f225e90d62fb605 100644 (file)
@@ -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,
index 4181a2bab9b32dbf07fa170c2bf39a946aeb309d..ce237dae225560dcdbdea879473851bc768b9f23 100644 (file)
@@ -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,