summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Wizard.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/lib/Wizard.php')
-rw-r--r--apps/user_ldap/lib/Wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Wizard.php b/apps/user_ldap/lib/Wizard.php
index 71000cf88c5..839578cd606 100644
--- a/apps/user_ldap/lib/Wizard.php
+++ b/apps/user_ldap/lib/Wizard.php
@@ -79,7 +79,7 @@ class Wizard extends LDAPUtility {
$this->result = new WizardResult();
}
- public function __destruct() {
+ public function __destruct() {
if($this->result->hasChanges()) {
$this->configuration->saveConfiguration();
}