Unverified Commit 2e5cfa49 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(subscription) Fix mainInc of subscription for 1.3-fixes

issue #6152
Showing with 4 additions and 0 deletions
+4 -0
......@@ -198,6 +198,10 @@ class subscriptionInfo extends simplePlugin
{
global $config;
if ($classname === NULL) {
$classname = get_called_class();
}
if ($entry_dn === NULL) {
$entry_dn = 'cn=subscription,'.get_ou('fusiondirectoryRDN').$config->current['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