mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
back to list
This commit is contained in:
parent
c71e1e3e69
commit
3ae78a23ce
@ -218,7 +218,7 @@ class BackendController extends ControllerBase
|
||||
* Look for a Plugin controller
|
||||
*/
|
||||
if (count($params) >= 2) {
|
||||
[$author, $plugin] = $params;
|
||||
list($author, $plugin) = $params;
|
||||
|
||||
$pluginCode = ucfirst($author) . '.' . ucfirst($plugin);
|
||||
if (PluginManager::instance()->isDisabled($pluginCode)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user