Skip to content
Snippets Groups Projects
Commit 1c6dc91d authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #35088 fix fatal error

parent 11be0b00
Branches
Tags
6 merge requests!1659Master,!1622Dev#35088 oai import in cosmogramme,!1619Dev#35088 oai import in cosmogramme,!1611Dev#35088 oai import in cosmogramme,!1607Dev#40786 zendification de l ecran de parametrages des profils de donnees,!1606Dev#40786 zendification de l ecran de parametrages des profils de donnees
......@@ -38,7 +38,8 @@ class Cosmo_IntegrationController extends Zend_Controller_Action{
public function testAction() {
Zend_Layout::getMvcInstance()->disableLayout();
if ($layout = Zend_Layout::getMvcInstance())
$layout->disableLayout();
if (!($type = $this->_getParam('type'))
|| !($options = $this->_getParam('options'))) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment