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

Flextype Core: Themes - code fixes according Scrutinizer Tests.

- The assignment to $theme_cache_id is dead and - removed.
- The assignment to $theme_manifest is dead and - removed.
This commit is contained in:
Awilum
2019-02-01 19:10:36 +03:00
parent a35fa15cb8
commit 18a09a2e46

View File

@@ -61,12 +61,6 @@ class Themes
*/
private static function init() : void
{
// Theme Manifest
$theme_manifest = [];
// Theme cache id
$theme_cache_id = '';
// Get current theme
$theme = Registry::get('settings.theme');