diff -ru origin/publish.php patch/publish.php --- origin/publish.php 2008-03-13 10:11:20.000000000 +0100 +++ patch/publish.php 2008-03-13 10:14:27.000000000 +0100 @@ -188,7 +188,7 @@ $errors = $tce->errorLog; if (count($errors) > 0) { - $content .= '

' . $LANG->getLL('label_errors') . '


' . implode('
',$errors); + $content .= '

' . $GLOBALS['LANG']->getLL('label_errors') . '


' . implode('
',$errors); $content .= '

' . $GLOBALS['LANG']->getLL('return_to_index') . ''; } else {