mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 12:47:11 +02:00
Initialize users before plugins on bin/plugin commands
This commit is contained in:
@@ -54,9 +54,9 @@ $grav->setup($environment);
|
||||
|
||||
$grav['config']->init();
|
||||
$grav['uri']->init();
|
||||
$grav['users'];
|
||||
$grav['plugins']->init();
|
||||
$grav['themes']->init();
|
||||
$grav['users'];
|
||||
|
||||
|
||||
$app = new Application('Grav Plugins Commands', GRAV_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user