From 509aff2cda75d6f3a7b837667bb480c50a72164c Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Sun, 28 Sep 2003 10:17:21 +0000 Subject: [PATCH] make it working again --- phpgwapi/inc/class.javascript.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.javascript.inc.php b/phpgwapi/inc/class.javascript.inc.php index cf2f3842e1..e2c590af13 100644 --- a/phpgwapi/inc/class.javascript.inc.php +++ b/phpgwapi/inc/class.javascript.inc.php @@ -64,7 +64,7 @@ */ function javascript() { - $this->t = CreateObject('phpgwapi.Template', 'phpgwapi'); + $this->t = CreateObject('phpgwapi.Template', ExecMethod('phpgwapi.phpgw.common.get_tpl_dir','phpgwapi')); //not currently used, but will be soon - I hope :) }