diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-04-08 01:20:50 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-04-08 01:20:50 +0000 |
commit | afebef50e46dc6285e3b3fcdf7907d26598a4e95 (patch) | |
tree | 0c1587fa918e39958d94df871d47d79fdb2a111e /actions/showfavorites.php | |
parent | 5c876167785768c41c78a9819868aca17a91e41d (diff) |
showemptListMessage -> showEmptyListMessage method name cleanup.
Diffstat (limited to 'actions/showfavorites.php')
-rw-r--r-- | actions/showfavorites.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showfavorites.php b/actions/showfavorites.php index c4c91058f..4d4349505 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, |