fixes bug to partner login
Showing
2 changed files
with
7 additions
and
1 deletions
@@ -36,5 +36,12 @@ class ErrorController extends AbstractAction | @@ -36,5 +36,12 @@ class ErrorController extends AbstractAction | ||
36 | 'showDownloadApp' => true, | 36 | 'showDownloadApp' => true, |
37 | )); | 37 | )); |
38 | } | 38 | } |
39 | + | ||
40 | + public function testAction() | ||
41 | + { | ||
42 | + $uid = $this->getUid(true); | ||
43 | + $session = $this->getSession('_TOKEN'); | ||
44 | + var_dump($uid, '+++', $session, APPLICATION_ENV); | ||
45 | + } | ||
39 | 46 | ||
40 | } | 47 | } |
-
Please register or login to post a comment