Index: branches/5.3.x/core/kernel/kbase.php =================================================================== --- branches/5.3.x/core/kernel/kbase.php +++ branches/5.3.x/core/kernel/kbase.php @@ -529,7 +529,7 @@ $form_data = $config->getFormByName($this->formName); - if ( !$form_data ) { + if ( $form_data === false ) { trigger_error('Form "' . $this->formName . '" isn\'t declared in "' . $this->Prefix . '" unit config.', E_USER_NOTICE); } else {