From d1b15aee9462fc556b230b80f2593debbc696b50 Mon Sep 17 00:00:00 2001 From: arno Date: Wed, 8 Sep 2010 07:59:07 +0200 Subject: [PATCH] fixes: raw format does not work any more --- application/controllers/IdxController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/IdxController.php b/application/controllers/IdxController.php index 8a09a35..ee1efb0 100644 --- a/application/controllers/IdxController.php +++ b/application/controllers/IdxController.php @@ -14,7 +14,7 @@ class IdxController extends Zend_Controller_Action public function rawmode(Syj_Model_Path $path) { $this->_helper->SyjReset->resetPlaceHolders(); - $this->_helper->SyjMedias->addScripts('syjraw'); + $this->_helper->SyjMedias->addScripts('rawidx'); $this->view->headLink()->appendStylesheet('css/generic.css', 'all'); $this->view->headLink()->appendStylesheet('css/syjraw.css', 'all'); -- 2.39.2