From 793fb366e18208b88c09fb8a6821d2f31f0eebc1 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 29 Jun 2009 13:57:12 -0400 Subject: [PATCH] Can't use Horde::img here since this is a fully qualified url --- kronolith/lib/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index 4a91f0020..f5ed2921b 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -2200,7 +2200,7 @@ abstract class Kronolith_Event } if (!empty($this->external) && !empty($this->external_icon)) { - $link = $status . Horde::img($this->external_icon, '', '', '') . ' ' . $link; + $link = $status . ' ' . $link; } else if (!empty($status)) { $link .= ' ' . $status; } -- 2.11.0