We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dcc87 commit 03303daCopy full SHA for 03303da
interface/lib/classes/tform_actions.inc.php
@@ -46,7 +46,8 @@ function onLoad() {
46
$app->tpl->newTemplate("tabbed_form.tpl.htm");
47
48
// Load table definition from file
49
- $app->tform->loadFormDef($tform_def_file, (isset($_SESSION['s']['module']['name']) ? $_SESSION['s']['module']['name'] : ''));
+ //$app->tform->loadFormDef($tform_def_file, (isset($_SESSION['s']['module']['name']) ? $_SESSION['s']['module']['name'] : ''));
50
+ $app->tform->loadFormDef($tform_def_file);
51
52
// Importing ID
53
$this->id = (isset($_REQUEST["id"]))?$app->functions->intval($_REQUEST["id"]):0;
0 commit comments