X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FPendingController.php;h=ff28a1f94dad7b48db031faa703092ead5fa9b3c;hb=7ab93faefae14af39fc5449a2c3311dd68d2c0f9;hp=af5278c2a40b1a1033d31c4e2b1dd62389395a87;hpb=8e7d8e39a2ee5801a2f68b95cdc0e84b55da1019;p=syj.git diff --git a/application/controllers/PendingController.php b/application/controllers/PendingController.php index af5278c..ff28a1f 100644 --- a/application/controllers/PendingController.php +++ b/application/controllers/PendingController.php @@ -1,13 +1,12 @@ view->headLink()->appendStylesheet('css/generic.css', 'all'); - $this->view->headLink()->appendStylesheet('css/pending.css', 'all'); + $this->_helper->SyjMedias->addStyleSheets('pending'); } public function indexAction() { @@ -52,7 +51,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()) {