]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/PendingController.php
use cookies instead of session to manage login
[syj.git] / application / controllers / PendingController.php
index 1b0b23795dd69f1cad9ca146e67b21ed7783c33d..af7135b6546a3aefb7e588eb71099d3e22ff507f 100644 (file)
@@ -53,7 +53,7 @@ class PendingController extends Zend_Controller_Action
 
                     $title = $this->view->translate("password changed");
                     $this->_helper->ViewRenderer->setViewScriptPathSpec(':controller/password_validate.:suffix');
-                    $this->_helper->SyjSession->logout();
+                    $this->_helper->SyjUserManager->logout();
 
                 } else if (array_key_exists('pending_cancel', $formData)) {
                     if (!$pending->cancel()) {