fixed getSelfServiceSettings()

This commit is contained in:
Roland Gruber 2019-09-05 21:26:49 +02:00
parent 482226a955
commit 533ea1645f
1 changed files with 1 additions and 1 deletions

View File

@ -2049,7 +2049,7 @@ abstract class baseModule {
return $this->meta['selfServiceSettings'];
}
else {
return array();
return null;
}
}