nextcloud/settings/ajax
Lukas Reschke 8ee11956da
Use app ID instead of object
Fixes several error messages when installing an app from the appstore, including:

```
Illegal offset type in isset or empty at /media/psf/stable9/lib/private/legacy/app.php#662
Illegal offset type at /media/psf/stable9/lib/private/legacy/app.php#663
Illegal offset type at /media/psf/stable9/lib/private/legacy/app.php#661
Object of class OC_App could not be converted to string at /media/psf/stable9/lib/private/legacy/app.php#81
trim() expects parameter 1 to be string, object given at /media/psf/stable9/lib/private/legacy/app.php#628
```

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-22 00:24:23 +01:00
..
disableapp.php Fix others 2016-07-21 18:13:57 +02:00
enableapp.php Use app ID instead of object 2016-11-22 00:24:23 +01:00
installapp.php Use new appstore API 2016-10-31 17:17:44 +01:00
navigationdetect.php Update with robin 2016-07-21 18:13:58 +02:00
setquota.php Require password confirmation to change the Quota 2016-11-18 12:10:51 +01:00
togglegroups.php Require password confirmation for user management 2016-11-18 12:10:50 +01:00
togglesubadmins.php Require password confirmation for user management 2016-11-18 12:10:50 +01:00
uninstallapp.php Update with robin 2016-07-21 18:13:58 +02:00
updateapp.php Add update support 2016-10-31 17:17:47 +01:00