Marius Burkard
2015-12-15 860ab6c6870d67fa23fcaaf434f8ed84c942ad04
interface/lib/classes/tform_base.inc.php
@@ -126,7 +126,7 @@
   function loadFormDef($file, $module = '') {
      global $app, $conf;
      $app->plugin->raiseEvent('on_before_formdef', $module);
      $app->plugin->raiseEvent('on_before_formdef', $this);
      include $file;
      $this->formDef = $form;
@@ -152,7 +152,7 @@
      }
      if(isset($wb_global)) unset($wb_global);
      
      $app->plugin->raiseEvent('on_after_formdef', $module);
      $app->plugin->raiseEvent('on_after_formdef', $this);
      $this->wordbook = $wb;