#4487: Funktionsdeklaration in translate.class.php

This commit is contained in:
following
2012-07-25 01:29:55 +02:00
parent c65e88f27c
commit 31d3ab1a67

View File

@ -106,7 +106,7 @@ class translateEdit extends translate
$this->backtrace_level = $backtrace_level;
}
function t($message, $style, $resource_name, $line, $plural='', $count=1)
function t($message, $style, $resource_name, $line, $plural='', $count=1, $lang=null)
{
global $opt;