Results from contentTypeMap() are already sorted
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 26 Oct 2010 23:25:04 +0000 (17:25 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 26 Oct 2010 23:27:29 +0000 (17:27 -0600)
imp/lib/Mime/Viewer/Appledouble.php

index 1fd2940..b2ec278 100644 (file)
@@ -115,8 +115,6 @@ class IMP_Mime_Viewer_Appledouble extends Horde_Mime_Viewer_Base
             }
         }
 
-        ksort($ret);
-
         return $ret;
     }