mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-27 03:39:03 +02:00
Fix name folder "classes".
This commit is contained in:
parent
e3e099680c
commit
391ab932f7
@ -1253,6 +1253,10 @@ function IncludeLanguageFile( $langfile, $failOnError = true )
|
||||
$langengfile = str_replace( $LANG, $LANG_EN, $langfile );
|
||||
else
|
||||
$langengfile = $langfile;
|
||||
|
||||
//Fix #56
|
||||
$langengfile = str_replace( "/classen/", "/classes/", $langengfile );
|
||||
|
||||
if ( file_exists($langengfile) )
|
||||
include( $langengfile );
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user