Bug fix: application crashes when a incorrect wizard config is detected

SVN:trunk[318]
This commit is contained in:
Denis Flaven
2010-03-23 08:09:03 +00:00
parent d8905c63b8
commit 071f268a59

View File

@@ -283,7 +283,7 @@ $sJSHandlerCode
if (count($aCurrentStep) == 0)
{
// This step of the wizard would contain NO field !
$oPage->add("<strong>Error:</strong> Circular reference in the dependencies between the fields.");
$this->m_oPage->add("<strong>Error:</strong> Circular reference in the dependencies between the fields.");
print_r($aFields);
break;
}