Skip to content

Commit

Permalink
Merge pull request #21 from following5/4487-translate-t
Browse files Browse the repository at this point in the history
#4487: Funktionsdeklaration in translate.class.php
  • Loading branch information
metrax committed Jul 25, 2012
2 parents c65e88f + 31d3ab1 commit 691b3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/lib2/translate.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function __construct($editAll = true, $backtrace_level = 0)
$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;

Expand Down

0 comments on commit 691b3d5

Please sign in to comment.