git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@318 a333f486-631f-4898-b8df-5754b55c2be0
@@ -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;
}