fixes bug to partner login
Showing
1 changed file
with
0 additions
and
7 deletions
@@ -37,11 +37,4 @@ class ErrorController extends AbstractAction | @@ -37,11 +37,4 @@ class ErrorController extends AbstractAction | ||
37 | )); | 37 | )); |
38 | } | 38 | } |
39 | 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 | - | ||
47 | } | 40 | } |
-
Please register or login to post a comment