From: Michael M Slusarz Date: Fri, 20 Feb 2009 19:10:53 +0000 (-0700) Subject: Fix thread display in IMP. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=045c7d80122d18e0508c847cec985a12b1700646;p=horde.git Fix thread display in IMP. --- diff --git a/imp/lib/IMAP/Thread.php b/imp/lib/IMAP/Thread.php index 763c53dbd..99458b2bc 100644 --- a/imp/lib/IMAP/Thread.php +++ b/imp/lib/IMAP/Thread.php @@ -122,7 +122,7 @@ class IMP_IMAP_Thread $imgs = $tree = array(); foreach (self::$_imglist as $key => $val) { - $imgs[$key] = Horde::img('tree/' . (($key != 0 && !empty($GLOBALS['nls']['rtl'][$GLOBALS['language']])) ? ('rev-' . $val) : $val)); + $imgs[$key] = Horde::img('tree/' . (($key != 0 && !empty($GLOBALS['nls']['rtl'][$GLOBALS['language']])) ? ('rev-' . $val) : $val), null, null, $GLOBALS['registry']->getImageDir('horde')); } foreach ($this->getThreadTreeOb($indices, $sortdir) as $k => $v) {