Fix #635 Activating a theme throw "Data type 'system' doesn't exist!" error

This commit is contained in:
Flavio Copes
2016-06-02 11:55:59 +02:00
parent 95e8d74693
commit 9c35c8f5a9

View File

@@ -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();