Skip to content
Snippets Groups Projects
Commit 26746d4f authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

change order of my plugins

parent 73f38cfd
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment