Skip to content

Commit

Permalink
rename to $moduleDirNameUpper
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Sep 22, 2018
1 parent f9e8b8f commit b3e3b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/Common/Configurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Configurator
public function __construct()
{
$moduleDirName = basename(dirname(dirname(__DIR__)));
$capsDirName = mb_strtoupper($moduleDirName);
$moduleDirNameUpper = mb_strtoupper($moduleDirName);

require dirname(dirname(__DIR__)) . '/include/config.php';
$config = getConfig();
Expand Down

0 comments on commit b3e3b6b

Please sign in to comment.