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"; */