mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-04-14 16:47:33 +02:00
Fix #635 Activating a theme throw "Data type 'system' doesn't exist!" error
This commit is contained in:
@@ -1179,7 +1179,7 @@ class AdminController
|
||||
$this->grav['themes']->get($name);
|
||||
|
||||
// Store system configuration.
|
||||
$system = $this->admin->data('system');
|
||||
$system = $this->admin->data('config/system');
|
||||
$system->set('pages.theme', $name);
|
||||
$system->save();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user