fix psr
This commit is contained in:
0
core/lib/Thelia/Controller/Admin/AbstractSeoCrudController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/AbstractSeoCrudController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/AdminController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/AdminController.php
Executable file → Normal file
6
core/lib/Thelia/Controller/Admin/BaseAdminController.php
Executable file → Normal file
6
core/lib/Thelia/Controller/Admin/BaseAdminController.php
Executable file → Normal file
@@ -56,11 +56,13 @@ class BaseAdminController extends BaseController
|
||||
*/
|
||||
private $currentRouter = "router.admin";
|
||||
|
||||
protected function getCurrentRouter() {
|
||||
protected function getCurrentRouter()
|
||||
{
|
||||
return $this->currentRouter;
|
||||
}
|
||||
|
||||
protected function setCurrentRouter($routerId) {
|
||||
protected function setCurrentRouter($routerId)
|
||||
{
|
||||
$this->currentRouter = $routerId;
|
||||
}
|
||||
|
||||
|
||||
0
core/lib/Thelia/Controller/Admin/CategoryController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/CategoryController.php
Executable file → Normal file
@@ -242,6 +242,7 @@ class ContentController extends AbstractSeoCrudController
|
||||
if (null !== $content) {
|
||||
$content->setLocale($this->getCurrentEditionLocale());
|
||||
}
|
||||
|
||||
return $content;
|
||||
}
|
||||
|
||||
|
||||
0
core/lib/Thelia/Controller/Admin/CouponController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/CouponController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/FileController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/FileController.php
Executable file → Normal file
@@ -205,6 +205,7 @@ class FolderController extends AbstractSeoCrudController
|
||||
if (null !== $folder) {
|
||||
$folder->setLocale($this->getCurrentEditionLocale());
|
||||
}
|
||||
|
||||
return $folder;
|
||||
}
|
||||
|
||||
|
||||
0
core/lib/Thelia/Controller/Admin/SessionController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/SessionController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/BaseController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/BaseController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Front/BaseFrontController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Front/BaseFrontController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Front/DefaultController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Front/DefaultController.php
Executable file → Normal file
Reference in New Issue
Block a user