Marius Burkard
2015-12-14 5ddadd99515d0f7568dd1d1d64b4f8f08636cd97
- fixed wrong event parameter
1 files modified
4 ■■■■ changed files
interface/lib/classes/tform_base.inc.php 4 ●●●● patch | view | raw | blame | history
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;