quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

Logic check in checkMaintenanceMode() method on plugins/CMS/src/Controller/Controller.php #143

Closed LeLuyen closed 8 years ago

LeLuyen commented 8 years ago

Hi Chris,

Have problem on checkMaintenanceMode() method of CORE Controller

!in_array("{$this->request->plugin}:{$this->request->controller}:{$this->request->action}", ['User:gateway:login', 'User:gateway:logout']

I think have problem about string of $this->request->controller.

Please defect and fix,

Thanks you!