Steps to reproduce
- Create an local app with
<name lang="en">User account deletion</name> and another language, let's say <name lang="fr">Supprimer son compte</name>.
- Install it.
- Make a version upgrade manually
Expected behaviour
The app name should show up in the users language, or at least the default app name in english should show up.
Putting just <name>User account deletion</name> inside the info.xml doesn't fixes this.
Actual behaviour
App is named « Array »

Environment
git master - Nextcloud 13
Nextcloud logs
[Tue Aug 8 10:49:06 2017] Array to string conversion at /home/tcit/dev/nextcloud/server/lib/private/legacy/template/functions.php#38
Steps to reproduce
<name lang="en">User account deletion</name>and another language, let's say<name lang="fr">Supprimer son compte</name>.Expected behaviour
The app name should show up in the users language, or at least the default app name in english should show up.
Putting just
<name>User account deletion</name>inside the info.xml doesn't fixes this.Actual behaviour
App is named « Array »

Environment
git master - Nextcloud 13
Nextcloud logs