X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FPendingController.php;h=ff28a1f94dad7b48db031faa703092ead5fa9b3c;hb=c06c7fd6e6f26d31abb8d7c9a9f9e3f2d5b27d5c;hp=d025023dd8197987025597099b1bb24e166cd847;hpb=05ce9238adfa982746bfc6211b240fd24526af09;p=syj.git diff --git a/application/controllers/PendingController.php b/application/controllers/PendingController.php index d025023..ff28a1f 100644 --- a/application/controllers/PendingController.php +++ b/application/controllers/PendingController.php @@ -1,13 +1,12 @@ view->headLink()->appendStylesheet('css/generic.css'); - $this->view->headLink()->appendStylesheet('css/pending.css'); + $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()) {