mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Fix the call to translate() in debug code.
This commit is contained in:
parent
efc00ad7b1
commit
b70155b43b
@ -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";
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user