From 1ad18467745612ecc892550810d55a4fe371409c Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 25 Nov 2008 01:58:19 +0000 Subject: Oops, fix a typo causing us to treat an array like a string. --- modules/info/helpers/info_block.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/info/helpers') diff --git a/modules/info/helpers/info_block.php b/modules/info/helpers/info_block.php index 224ce368..40e5bb97 100644 --- a/modules/info/helpers/info_block.php +++ b/modules/info/helpers/info_block.php @@ -28,8 +28,7 @@ class info_block_Core { } public static function thumbnail_info($theme, $item) { - $results = array(); - $results .= "
  • Views: 321
  • "; + $results = "
  • Views: 321
  • "; if ($item->owner) { $results .= "
  • "; $results .= sprintf(_("By: %s"), "{$item->owner->name}"); -- cgit v1.2.3