Vergleich admin/inc/functions_themes.php - 1.8.31 - 1.8.38
Zeile 128 | Zeile 128 |
---|---|
|
|
if(!empty($options['force_name_check']) && !empty($existingtheme['tid'])) | if(!empty($options['force_name_check']) && $existingtheme) |
{ |
{ |
else if(!empty($existingtheme['tid'])) | else if($existingtheme) |
{ | { |