semi colon
This commit is contained in:
parent
30646864e9
commit
d065bf4512
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user