mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Fixes issue with uninitialized users object
This commit is contained in:
parent
85b4996dbf
commit
3e97ecab68
1
bin/gpm
1
bin/gpm
|
|
@ -55,6 +55,7 @@ $grav->setup($environment);
|
|||
|
||||
$grav['config']->init();
|
||||
$grav['uri']->init();
|
||||
$grav['users'];
|
||||
|
||||
$app = new Application('Grav Package Manager', GRAV_VERSION);
|
||||
$app->addCommands(array(
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ $grav['config']->init();
|
|||
$grav['uri']->init();
|
||||
$grav['plugins']->init();
|
||||
$grav['themes']->init();
|
||||
$grav['users'];
|
||||
|
||||
|
||||
$app = new Application('Grav Plugins Commands', GRAV_VERSION);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user