Dont use $info as array when its not an array
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
c2c2c06546
commit
1aa846107d
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class Installer {
|
|||
if(!is_array($info)) {
|
||||
throw new \Exception(
|
||||
$l->t('App "%s" cannot be installed because appinfo file cannot be read.',
|
||||
[$info['name']]
|
||||
[$appId]
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue