Florian Schaal
2016-04-22 e7ae4ef2c82ec1d22fec6ae4f0dbdc8e6afd73e9
interface/lib/classes/tform_actions.inc.php
@@ -46,6 +46,7 @@
      $app->tpl->newTemplate("tabbed_form.tpl.htm");
      // Load table definition from file
      //$app->tform->loadFormDef($tform_def_file, (isset($_SESSION['s']['module']['name']) ? $_SESSION['s']['module']['name'] : ''));
      $app->tform->loadFormDef($tform_def_file);
      // Importing ID
@@ -594,7 +595,7 @@
            $app->load($plugin_class);
            $this->plugins[$plugin_name] = new $plugin_class;
            $this->plugins[$plugin_name]->setOptions($plugin_name, $plugin_settings['options']);
            // Make the data of the form easily accessible for the plugib
            // Make the data of the form easily accessible for the plugin
            $this->plugins[$plugin_name]->form = $this;
            $this->plugins[$plugin_name]->onLoad();
         }