X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FPendingController.php;h=af7135b6546a3aefb7e588eb71099d3e22ff507f;hb=0722c496ca63f30937427e3bf8fbdd5cfee2c83d;hp=af5278c2a40b1a1033d31c4e2b1dd62389395a87;hpb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019;p=syj.git diff --git a/application/controllers/PendingController.php b/application/controllers/PendingController.php index af5278c..af7135b 100644 --- a/application/controllers/PendingController.php +++ b/application/controllers/PendingController.php @@ -1,5 +1,5 @@ view->headLink()->appendStylesheet('css/generic.css', 'all'); + $this->view->headLink()->appendStylesheet('css/form.css', 'all'); $this->view->headLink()->appendStylesheet('css/pending.css', 'all'); } @@ -52,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()) {