Verified Commit ae6ea1a0 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(supann) Fix etablissement constructor

issue #5880
Showing with 2 additions and 0 deletions
+2 -0
...@@ -118,6 +118,8 @@ class etablissement extends simplePlugin ...@@ -118,6 +118,8 @@ class etablissement extends simplePlugin
function __construct ($dn = NULL, $object = NULL, $parent = NULL, $mainTab = FALSE) function __construct ($dn = NULL, $object = NULL, $parent = NULL, $mainTab = FALSE)
{ {
global $config;
parent::__construct($dn, $object, $parent, $mainTab); parent::__construct($dn, $object, $parent, $mainTab);
if (empty($this->acl_base)) { if (empty($this->acl_base)) {
......
Supports Markdown
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