mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
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:
parent
4c72cb3584
commit
d529125c8e
3 changed files with 9 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue