Skip to content
Snippets Groups Projects
Unverified Commit 0c4c3676 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #8504 from nextcloud/bugfix/noid/well-its-not-an-array

Dont use $info as array when its not an array
parents 226e6369 1aa84610
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ class Installer { ...@@ -107,7 +107,7 @@ class Installer {
if(!is_array($info)) { if(!is_array($info)) {
throw new \Exception( throw new \Exception(
$l->t('App "%s" cannot be installed because appinfo file cannot be read.', $l->t('App "%s" cannot be installed because appinfo file cannot be read.',
[$info['name']] [$appId]
) )
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment