Merge pull request #90 from madmuffin1/language_cleanup

Removing missed chinese string, include references-file; refs #1171
This commit is contained in:
Michael Kaufmann
2013-03-28 10:09:09 -07:00
2 changed files with 3 additions and 10 deletions

View File

@@ -348,6 +348,9 @@ if($language != 'English')
}
}
// last but not least include language error_references file
include_once makeSecurePath('lng/error_references.php');
// Initialize our new link - class
$linker = new linker('index.php', $s);