interface/lib/classes/tform_base.inc.php
@@ -126,6 +126,7 @@ function loadFormDef($file, $module = '') { global $app, $conf; $app->plugin->raiseEvent('on_before_formdef', $module); include $file; $this->formDef = $form; @@ -151,6 +152,8 @@ } if(isset($wb_global)) unset($wb_global); $app->plugin->raiseEvent('on_after_formdef', $module); $this->wordbook = $wb; $this->dateformat = $app->lng('conf_format_dateshort');