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:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user