From: Michael M Slusarz Date: Tue, 26 Oct 2010 23:25:04 +0000 (-0600) Subject: Results from contentTypeMap() are already sorted X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3a2807dae9e58c501fb4d08f077d8e8e0595b27f;p=horde.git Results from contentTypeMap() are already sorted --- diff --git a/imp/lib/Mime/Viewer/Appledouble.php b/imp/lib/Mime/Viewer/Appledouble.php index 1fd2940a9..b2ec2784e 100644 --- a/imp/lib/Mime/Viewer/Appledouble.php +++ b/imp/lib/Mime/Viewer/Appledouble.php @@ -115,8 +115,6 @@ class IMP_Mime_Viewer_Appledouble extends Horde_Mime_Viewer_Base } } - ksort($ret); - return $ret; }