From: Michael J. Rubinsky Date: Mon, 29 Jun 2009 17:57:12 +0000 (-0400) Subject: Can't use Horde::img here since this is a fully qualified url X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=793fb366e18208b88c09fb8a6821d2f31f0eebc1;p=horde.git Can't use Horde::img here since this is a fully qualified url --- 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; }