diff --git a/docs/instruments/NDB_BVL_Instrument_TEMPLATE.class.inc b/docs/instruments/NDB_BVL_Instrument_TEMPLATE.class.inc index 9374304ad8a..40d2e134a8e 100644 --- a/docs/instruments/NDB_BVL_Instrument_TEMPLATE.class.inc +++ b/docs/instruments/NDB_BVL_Instrument_TEMPLATE.class.inc @@ -55,7 +55,7 @@ class NDB_BVL_Instrument_TEST_NAME extends NDB_BVL_Instrument */ function _setupForm(){ if(preg_match("/(_page[0-9]+)/",$this->page,$matches)){ - call_user_method($matches[1], $this); + call_user_func(array($this, $matches[1])); } else { $this->_main(); }