diff --git a/controllers/myplugins.php b/controllers/myplugins.php
index a935ece3dc76cdfdc4ce024440bb09020ea1bdfe..d47da972e70045debbcd6e8f5a6662a4a2a1a14f 100644
--- a/controllers/myplugins.php
+++ b/controllers/myplugins.php
@@ -14,7 +14,7 @@ class MypluginsController extends PluginController {
 
     public function overview_action()
     {
-        $this->plugins = MarketPlugin::findBySQL("user_id = ?", array($GLOBALS['user']->id));
+        $this->plugins = MarketPlugin::findBySQL("user_id = ? ORDER BY mkdate DESC", array($GLOBALS['user']->id));
     }
 
     public function add_action() {