Merge branch 'master' of github.com:Froxlor/Froxlor

This commit is contained in:
Michael Kaufmann (d00p)
2013-03-29 14:54:20 +01: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);