interface/lib/classes/tform_actions.inc.php @@ -80,8 +80,10 @@ // Calling the action functions if($this->id > 0) { $app->tform->action == 'EDIT'; $this->onUpdate(); } else { $app->tform->action == 'NEW'; $this->onInsert(); } }