From d065bf4512eb3d0e82d86144f96dcde40b347e53 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 25 Nov 2013 10:31:53 +0000 Subject: [PATCH] semi colon --- library/Application/Controller/Plugin/Xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); }