fixes bug to partner login
Showing
1 changed file
with
0 additions
and
7 deletions
@@ -36,12 +36,5 @@ class ErrorController extends AbstractAction | @@ -36,12 +36,5 @@ 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($this->_useSession,$uid, '+++', $session, APPLICATION_ENV); | ||
45 | - } | ||
46 | 39 | ||
47 | } | 40 | } |
-
Please register or login to post a comment