1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 13:23:18 +02:00

refactor(core): themes refactor #186

This commit is contained in:
Awilum
2019-08-30 14:11:07 +03:00
parent 729c60409e
commit 9f944f617d

View File

@@ -77,11 +77,11 @@ class Themes
$themes[$theme['dirname']] = array_merge($theme_settings, $theme_manifest);
}
// Save parsed themes list in the registry themes
$this->flextype['registry']->set('themes', $themes);
// Save parsed themes list in the registry themes
$this->flextype['registry']->set('themes', $themes);
// Save parsed themes list in the cache
$this->flextype['cache']->save($themes_cache_id, $themes);
// Save parsed themes list in the cache
$this->flextype['cache']->save($themes_cache_id, $themes);
}
}