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