@@ -21,7 +21,6 @@ |
||
21 | 21 | use Cake\Core\Configure; |
22 | 22 | use Cake\Event\Event; |
23 | 23 | use Cake\Http\Exception\BadRequestException; |
24 | -use Cake\Http\Exception\ForbiddenException; |
|
25 | 24 | use Cake\Http\Exception\MethodNotAllowedException; |
26 | 25 | use Cake\Http\Exception\NotFoundException; |
27 | 26 | use Cake\Http\Response; |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Cake\Http\ServerRequest; |
17 | 17 | use Cake\View\Helper\UrlHelper; |
18 | 18 | use Cake\View\View; |
19 | -use Saito\JsData\JsData; |
|
20 | 19 | use Saito\JsData\Notifications; |
21 | 20 | use Saito\User\ForumsUserInterface; |
22 | 21 |
@@ -38,7 +38,7 @@ |
||
38 | 38 | |
39 | 39 | $page = $this->getPageTitle($controller); |
40 | 40 | $title = $this->getTitleForLayout($controller, $page, $forum); |
41 | - $controller->set(['titleForLayout' => $title, 'titleForPage' => $page ]); |
|
41 | + $controller->set(['titleForLayout' => $title, 'titleForPage' => $page]); |
|
42 | 42 | } |
43 | 43 | |
44 | 44 | /** |