From b70155b43b927c83892ab61b2a61c5c22668f191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans-J=C3=BCrgen=20Tappe?= Date: Wed, 21 Apr 2010 20:35:03 +0000 Subject: [PATCH] Fix the call to translate() in debug code. --- phpgwapi/inc/class.translation.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.translation.inc.php b/phpgwapi/inc/class.translation.inc.php index d7bc3550f2..f5a70787c2 100644 --- a/phpgwapi/inc/class.translation.inc.php +++ b/phpgwapi/inc/class.translation.inc.php @@ -845,5 +845,5 @@ class translation /* $msg = 'Bitte %1hier%2 clicken!'; $replace = array('',''); -echo "

".htmlspecialchars(translation::translate($msg,$replace))."

\n"; +echo "

".htmlspecialchars(this->translate($msg,$replace))."

\n"; */