diff --git a/library/Application/Controller/Plugin/Xml.php b/library/Application/Controller/Plugin/Xml.php index 0bad58a2a..218da8d2a 100644 --- a/library/Application/Controller/Plugin/Xml.php +++ b/library/Application/Controller/Plugin/Xml.php @@ -9,7 +9,7 @@ class Application_Controller_Plugin_Xml extends Zend_Controller_Plugin_Abstract $action = $this->_request->getActionName(); $view = $layout->getView(); - $page = new Scores_Export_Print($controller, $action) + $page = new Scores_Export_Print($controller, $action); if ($page->exportable('xml') && !empty($view->exportObjet)) { $page->objectToXML($view->exportObjet, $this->_request->getParams()); }