HOR-3987 When I Enable/disabled a plugin (when I'm extend its API) appear a error and I can not use PM
- you need to specify if you want an associative array instead of an object
This commit is contained in:
@@ -116,7 +116,7 @@ trait PluginStructure
|
|||||||
$this->buildCss(G::json_decode($plugin['PluginCss'], true));
|
$this->buildCss(G::json_decode($plugin['PluginCss'], true));
|
||||||
$this->buildJs(G::json_decode($plugin['PluginJs'], true));
|
$this->buildJs(G::json_decode($plugin['PluginJs'], true));
|
||||||
$this->buildRestService(G::json_decode($plugin['PluginRestService'], true));
|
$this->buildRestService(G::json_decode($plugin['PluginRestService'], true));
|
||||||
$this->buildAttributes($plugin['PluginNamespace'], G::json_decode($plugin['PluginAttributes']));
|
$this->buildAttributes($plugin['PluginNamespace'], G::json_decode($plugin['PluginAttributes'], true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user