Browse Source

Oppsy

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/301/head
Joas Schilling 9 years ago
parent
commit
aafe842d41
No known key found for this signature in database GPG Key ID: E166FD8976B3BAC8
  1. 4
      lib/Controller/PageController.php

4
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) {

Loading…
Cancel
Save