Marius Burkard
2015-12-14 6b15d5f4e18578acb46be3babc46b7a9d3a9299c
interface/lib/classes/tform_actions.inc.php
@@ -594,7 +594,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();
         }