@ -177,6 +177,8 @@ $(function () {
globalModalBody.css({'max-height' : "500px", "overflow" : "auto"});
$('#global-modal').css({'top' : "10%", "z-index" : "10000", "width" : "60%", "left" : "20%", "border" : "1px solid #ccc"});
toggleModal('global-modal');
});
@ -141,9 +141,6 @@ class AppPlugin
*/
public function getInstalledPlugins($fromDatabase = true)
{
// @todo restore plugin loading
return [];
static $installedPlugins = null;
if (false === $fromDatabase) {