From 3a2807dae9e58c501fb4d08f077d8e8e0595b27f Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 26 Oct 2010 17:25:04 -0600 Subject: [PATCH] Results from contentTypeMap() are already sorted --- imp/lib/Mime/Viewer/Appledouble.php | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.11.0