Issue #2337591 by swentel, mikeker: Fixed Install failure on Windows: ThirdPartySettingsTrait::getThirdPartySetting not compatible with ThirdPartySettingsInterface::getThirdPartySetting error during install.
parent
34cce8dcdc
commit
1e95f6364f
|
@ -44,7 +44,7 @@ interface ThirdPartySettingsInterface {
|
|||
* @return mixed
|
||||
* The value.
|
||||
*/
|
||||
public function getThirdPartySetting($module, $key, $default);
|
||||
public function getThirdPartySetting($module, $key, $default = NULL);
|
||||
|
||||
/**
|
||||
* Unsets a third-party setting.
|
||||
|
|
Loading…
Reference in New Issue