diff options
Diffstat (limited to 'apps/user_ldap/lib/WizardResult.php')
-rw-r--r-- | apps/user_ldap/lib/WizardResult.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/user_ldap/lib/WizardResult.php b/apps/user_ldap/lib/WizardResult.php index e5294a76506..8e2f519deee 100644 --- a/apps/user_ldap/lib/WizardResult.php +++ b/apps/user_ldap/lib/WizardResult.php @@ -40,9 +40,7 @@ class WizardResult { $this->changes[$key] = $value; } - /** - * - */ + public function markChange() { $this->markedChange = true; } |