Index: branches/5.2.x/core/units/themes/theme_item.php =================================================================== diff -u -N -r13840 -r14095 --- branches/5.2.x/core/units/themes/theme_item.php (.../theme_item.php) (revision 13840) +++ branches/5.2.x/core/units/themes/theme_item.php (.../theme_item.php) (revision 14095) @@ -1,6 +1,6 @@ Application->siteDomainField('Themes'); @@ -47,7 +47,7 @@ if ($default) { if (!$res) { if ($this->Application->isAdmin) { - $res = parent::Load(1); + $res = parent::Load(1, $id_field_name, false); } } $this->Application->SetVar('theme.current_id', $this->GetID() );