fixed getSelfServiceSettings()
This commit is contained in:
parent
482226a955
commit
533ea1645f
|
@ -2049,7 +2049,7 @@ abstract class baseModule {
|
|||
return $this->meta['selfServiceSettings'];
|
||||
}
|
||||
else {
|
||||
return array();
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue