whitespace

This commit is contained in:
Mario Vavti 2017-02-27 11:11:53 +01:00
parent 1070f3ed6b
commit 805cae7b31

View File

@ -69,8 +69,6 @@ class Theme {
if(array_key_exists('theme_preview',$_GET))
$chosen_theme = $_GET['theme_preview'];
// Allow theme selection of the form 'theme_name:schema_name'
$themepair = explode(':', $chosen_theme);