added spaces + some curly braces + some usage of dbm::is_result()

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-01-26 15:23:30 +01:00 committed by Roland Haeder
parent 4c72cb3584
commit d529125c8e
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
3 changed files with 9 additions and 5 deletions

View file

@ -859,7 +859,7 @@ function admin_page_site(App $a) {
$allowed_theme_list = Config::get('system', 'allowed_themes');
foreach ($files as $file) {
if (intval(file_exists($file.'/unsupported')))
if (file_exists($file.'/unsupported'))
continue;
}