Authored by hf

fixes bug to partner login

@@ -317,6 +317,7 @@ class AbstractAction extends Controller_Abstract @@ -317,6 +317,7 @@ class AbstractAction extends Controller_Abstract
317 } 317 }
318 } 318 }
319 } 319 }
  320 + var_dump($useSession, '+++', $this->_uid);
320 return $this->_uid; 321 return $this->_uid;
321 } 322 }
322 323