Suggestions broken wrong data issue
This commit is contained in:
parent
ee05d00404
commit
6e13645743
@ -398,7 +398,7 @@ trait Modules
|
||||
$data = $this->loadSuggestions();
|
||||
}
|
||||
|
||||
if (array_key_exists($path, $data)) {
|
||||
if (!empty($data) && array_key_exists($path, $data)) {
|
||||
return $data[$path];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user