diff options
Diffstat (limited to 'modules/info/helpers')
-rw-r--r-- | modules/info/helpers/info_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/info/helpers/info_block.php b/modules/info/helpers/info_block.php index 61115b2a..5687d770 100644 --- a/modules/info/helpers/info_block.php +++ b/modules/info/helpers/info_block.php @@ -29,7 +29,7 @@ class info_block_Core { } } - public static function thumbnail_info($theme, $item) { + public static function thumb_info($theme, $item) { $results = "<li>Views: 321</li>"; if ($item->owner) { $results .= "<li>"; |