@@ -79,7 +79,7 @@ |
||
| 79 | 79 | */ |
| 80 | 80 | private function moveDoColumns() |
| 81 | 81 | { |
| 82 | - //for an example, see newbb 5.0 |
|
| 82 | + //for an example, see newbb 5.0 |
|
| 83 | 83 | } |
| 84 | 84 | |
| 85 | 85 | /** |
@@ -30,8 +30,8 @@ |
||
| 30 | 30 | * @param \XoopsModules\Extcal\Common\Configurator $configurator |
| 31 | 31 | */ |
| 32 | 32 | public function __construct(Extcal\Common\Configurator $configurator) |
| 33 | - { require_once dirname(dirname(__DIR__)) . '/include/config.php'; |
|
| 34 | - $this->renameTables = $configurator->renameTables; |
|
| 33 | + { require_once dirname(dirname(__DIR__)).'/include/config.php'; |
|
| 34 | + $this->renameTables = $configurator->renameTables; |
|
| 35 | 35 | |
| 36 | 36 | $moduleDirName = basename(dirname(dirname(__DIR__))); |
| 37 | 37 | parent::__construct($moduleDirName); |