X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FPendingController.php;h=af7135b6546a3aefb7e588eb71099d3e22ff507f;hp=1b0b23795dd69f1cad9ca146e67b21ed7783c33d;hb=0722c496ca63f30937427e3bf8fbdd5cfee2c83d;hpb=0fb09adccd5c3b305d56f1b267dbd3bf836fd17f diff --git a/application/controllers/PendingController.php b/application/controllers/PendingController.php index 1b0b237..af7135b 100644 --- a/application/controllers/PendingController.php +++ b/application/controllers/PendingController.php @@ -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()) {