From a0b2891ea9eefe6f8c297ae890dcf5561a415817 Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Fri, 06 Sep 2013 14:02:41 -0400
Subject: [PATCH] - Fixed: parameter count has to match between remoting_lib and base class

---
 interface/lib/classes/tform.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/lib/classes/tform.inc.php b/interface/lib/classes/tform.inc.php
index cca5540..806d6b2 100644
--- a/interface/lib/classes/tform.inc.php
+++ b/interface/lib/classes/tform.inc.php
@@ -57,7 +57,7 @@
 *        Hint: The auto increment (ID) filed of the table has not be be definied separately.
 *
 */
-
+global $app;
 $app->load('tform_base');
 class tform extends tform_base {
 		/*

--
Gitblit v1.9.1