init module settings

This commit is contained in:
Roland Gruber 2014-01-23 19:23:48 +00:00
parent c39fe8497a
commit 395910f6f2
1 changed files with 1 additions and 0 deletions

View File

@ -390,6 +390,7 @@ class selfServiceProfile {
);
$this->readOnlyFields = array();
$this->relabelFields = array();
$this->moduleSettings = array();
}
}