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

sandbox fix fatal error redeclare class AbstractSessionFusionStrategy

parent a608563b
Branches
Tags
5 merge requests!1132Hotline#29412 images des articles dans le resultat de recherche,!1120Master,!1079Dev #17782 merge print fusion,!1073Dev#17782 bonus 1 imprimer la liste des notices,!1062Sandbox fusion search result and print
......@@ -743,14 +743,4 @@ class RechercheController extends ZendAfi_Controller_Action {
}
}
class AbstractSessionFusionStrategy {
protected $_modele_fusion;
public function __construct($nom) {
$this->_modele_fusion = Class_ModeleFusion::get($nom);
}
}
?>
\ No newline at end of file
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