Commit 15cdb65b authored by phuson's avatar phuson

Added missing argument.

parent 5ff94e1a
......@@ -373,7 +373,7 @@ END;
$options['requires'] = array($this->baseClassesDirectory . DIRECTORY_SEPARATOR . $options['inheritance']['extends'] . $this->suffix);
$options['no_definition'] = true;
$this->writeDefinition($options, array(), array());
$this->writeDefinition($options, array(), array(), array());
$options = $optionsBak;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment