Index: branches/5.2.x/core/kernel/kbase.php =================================================================== diff -u -N -r16309 -r16419 --- branches/5.2.x/core/kernel/kbase.php (.../kbase.php) (revision 16309) +++ branches/5.2.x/core/kernel/kbase.php (.../kbase.php) (revision 16419) @@ -1,6 +1,6 @@ formName]) ) { + if ( !array_key_exists($this->formName, $forms) ) { trigger_error('Form "' . $this->formName . '" isn\'t declared in "' . $this->Prefix . '" unit config.', E_USER_NOTICE); } else { Index: branches/5.2.x/index.php =================================================================== diff -u -N -r16418 -r16419 --- branches/5.2.x/index.php (.../index.php) (revision 16418) +++ branches/5.2.x/index.php (.../index.php) (revision 16419) @@ -1,6 +1,6 @@