@@ -131,7 +131,7 @@ |
||
131 | 131 | $controller = __CLASS__ . '\\' . ucfirst($controller); |
132 | 132 | |
133 | 133 | $controllerClass = new $controller(); |
134 | - // $controllerClass->csrf($this->csrfField); |
|
134 | + // $controllerClass->csrf($this->csrfField); |
|
135 | 135 | |
136 | 136 | if ('demo' === $this->mode) { |
137 | 137 |
@@ -79,9 +79,9 @@ |
||
79 | 79 | protected function doInitialize(bool $dbCheck = true): void |
80 | 80 | { |
81 | 81 | if (!$this->isInitialized) { |
82 | - // if (!empty($this->channel)) { |
|
83 | - // $this->setChannel($this->channel); |
|
84 | - // } |
|
82 | + // if (!empty($this->channel)) { |
|
83 | + // $this->setChannel($this->channel); |
|
84 | + // } |
|
85 | 85 | |
86 | 86 | if ($dbCheck && !$this->checkTableExists()) { |
87 | 87 | $this->installSql(); |