interface/lib/classes/tform_actions.inc.php
@@ -71,6 +71,7 @@ $this->id = intval($_REQUEST["id"]); if(count($_POST) > 1) { $this->dataRecord = $_POST; $this->onSubmit(); } else { $this->onShow(); @@ -83,8 +84,6 @@ function onSubmit() { global $app, $conf; $this->dataRecord = $_POST; // Calling the action functions if($this->id > 0) {