Browse Source
Oppsy
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/301/head
Joas Schilling
9 years ago
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with
2 additions and
2 deletions
-
lib/Controller/PageController.php
|
|
|
@ -96,8 +96,8 @@ class PageController extends Controller { |
|
|
|
* |
|
|
|
* @param string $token |
|
|
|
* @param string $callUser |
|
|
|
* @return TemplateResponse |
|
|
|
* @throws HintException|RedirectResponse |
|
|
|
* @return TemplateResponse|RedirectResponse |
|
|
|
* @throws HintException |
|
|
|
*/ |
|
|
|
public function index($token = '', $callUser = '') { |
|
|
|
if ($this->userId === null) { |
|
|
|
|