Removing missed chinese string, include references-file (refs #1171)

This commit is contained in:
madmuffin1
2013-03-28 16:53:31 +01:00
parent f2ecf74d41
commit 66e7e8323b
2 changed files with 3 additions and 10 deletions

View File

@@ -346,6 +346,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);