Skip to content

Commit

Permalink
Fix theme custom
Browse files Browse the repository at this point in the history
  • Loading branch information
Eywek committed Oct 10, 2017
1 parent 90e8876 commit bc158c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Controller/Component/ThemeComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ private function checkSecure($slug)
return false;

// Check options key
if ($content['options'] !== array_keys($configuration['configurations']))
return false;
//if ($content['options'] !== array_keys($configuration['configurations']))
// return false;

// Check configurations
unset($configuration['configurations']);
Expand Down

0 comments on commit bc158c6

Please sign in to comment.