mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-06 18:56:23 +01:00
fixes
This commit is contained in:
@@ -438,6 +438,9 @@ class Settings implements ArrayAccess
|
||||
|
||||
// return specified plugin settings (all)
|
||||
if(!isset($key)) {
|
||||
if (!isset($this->settingsFile[$pluginKeyName]['settings'])) {
|
||||
throw new RuntimeException('Unknown plugin settings: ' . $pluginKeyName);
|
||||
}
|
||||
return $this->settingsFile[$pluginKeyName]['settings'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user