diff options
-rw-r--r-- | lib/private/Installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Installer.php b/lib/private/Installer.php index 8a8ece82077..ab0ef836fbb 100644 --- a/lib/private/Installer.php +++ b/lib/private/Installer.php @@ -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] ) ); } |