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

re #78

parent bffffe72
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ class MypluginsController extends MarketController
$this->plugins = MarketPlugin::findBySQL("LEFT JOIN pluginmarket_user_plugins USING (plugin_id)
WHERE pluginmarket_plugins.user_id = :user_id
OR pluginmarket_user_plugins.user_id = :user_id
GROUP BY pluginmarket_plugins.plugin_id
ORDER BY mkdate DESC", array('user_id' => $GLOBALS['user']->id)
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment