Vergleich admin/modules/style/themes.php - 1.8.10 - 1.8.11
Zeile 1025 | Zeile 1025 |
---|---|
|
|
$children = make_child_theme_list($theme['tid']); | $children = (array)make_child_theme_list($theme['tid']); |
if($child_tid != 0) | foreach($children as $child_tid) |
{ |
{ |
$db->update_query("themes", array('pid' => $theme['pid']), "tid='{$child_tid}'"); | if($child_tid != 0) |
} | } |