Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer 2017-11-05 18:06:04 +00:00
parent 53b16e94cf
commit 363f6e5663
2 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class Controller extends ModuleAbstract implements WebInterface
continue;
}
$path = __DIR__ . '/../..' . $path . '.' . $response->getHeader()->getL11n()->getLanguage() . '.lang.php';
$path = __DIR__ . '/../..' . $path . '.' . $response->getHeader()->getL11n()->getLanguage() . '.lang.php';
/** @noinspection PhpIncludeInspection */
$lang = include $path;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB