Fix the call to translate() in debug code.

This commit is contained in:
Hans-Jürgen Tappe 2010-04-21 20:35:03 +00:00
parent efc00ad7b1
commit b70155b43b

View File

@ -845,5 +845,5 @@ class translation
/*
$msg = 'Bitte %1hier%2 clicken!';
$replace = array('<a href="http://index.php?referer=%2Findex.php">','</a>');
echo "<p>".htmlspecialchars(translation::translate($msg,$replace))."</p>\n";
echo "<p>".htmlspecialchars(this->translate($msg,$replace))."</p>\n";
*/