X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fplugin.php;h=0c43b4d44888f7aff2ace7581bef1956b274da0d;hb=2148a2bdb0cb38d3a085109eeeb6acc5d65484e6;hp=c5364822ec73a1745700d240095b70a0cddfbe04;hpb=951006dd10628151c8f108f82c3260f13846e557;p=friendica.git diff --git a/include/plugin.php b/include/plugin.php index c5364822ec..0c43b4d448 100644 --- a/include/plugin.php +++ b/include/plugin.php @@ -1,10 +1,11 @@ theme_info; - if (is_array($theme_info) AND array_key_exists('extends',$theme_info)) { + if (is_array($theme_info) && array_key_exists('extends',$theme_info)) { $parent = $theme_info['extends']; } else { $parent = 'NOPATH';