Incorrect keyword
This commit is contained in:
parent
fe27499ccf
commit
7efe91e67a
|
@ -1104,7 +1104,7 @@ if (isset($permissions['readable']) && $permissions['readable']) {
|
|||
foreach (glob($root.'/css/*.css') as $theme) {
|
||||
$theme = preg_replace('/.*\/([^\/]*)\.css$/','\1',$theme);
|
||||
if ($theme == 'mobile') {
|
||||
next;
|
||||
continue;
|
||||
}
|
||||
if ($theme != 'style') {
|
||||
$header .= '<option value="' . $theme . '"';
|
||||
|
|
Loading…
Reference in New Issue