Remove spaces
This commit is contained in:
parent
ba031e4534
commit
59787d718d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Help extends BaseModule
|
||||||
|
|
||||||
$config = DI::config();
|
$config = DI::config();
|
||||||
$lang = DI::session()->get('language', $config->get('system', 'language'));
|
$lang = DI::session()->get('language', $config->get('system', 'language'));
|
||||||
|
|
||||||
// @TODO: Replace with parameter from router
|
// @TODO: Replace with parameter from router
|
||||||
if (DI::args()->getArgc() > 1) {
|
if (DI::args()->getArgc() > 1) {
|
||||||
$path = '';
|
$path = '';
|
||||||
|
|
Loading…
Reference in a new issue