semi colon

This commit is contained in:
Michael RICOIS 2013-11-25 10:31:53 +00:00
parent 30646864e9
commit d065bf4512

View File

@ -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());
}