LDAP: Clear cache on saving settings

This commit is contained in:
Arthur Schiwon 2013-01-24 12:44:30 +01:00
parent 96949fc9dd
commit 319dcd45e1
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ class Connection {
$this->setValue($trans[$key], $value);
}
$this->clearCache();
}
/**