Index: branches/5.2.x/core/units/themes/themes_eh.php =================================================================== diff -u -N -r16081 -r16084 --- branches/5.2.x/core/units/themes/themes_eh.php (.../themes_eh.php) (revision 16081) +++ branches/5.2.x/core/units/themes/themes_eh.php (.../themes_eh.php) (revision 16084) @@ -1,6 +1,6 @@ getObject(); + + if ( $object->GetDBField('StylesheetFile') && !$object->getStylesheetFile() ) { + $object->SetError('StylesheetFile', 'not_found'); + } + } + + /** * Set's primary theme (when checkbox used on editing form) * * @param kEvent $event