]> source.dussan.org Git - nextcloud-server.git/commit
Use app ID instead of object 2228/head
authorLukas Reschke <lukas@statuscode.ch>
Mon, 21 Nov 2016 23:24:23 +0000 (00:24 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 21 Nov 2016 23:24:23 +0000 (00:24 +0100)
commit8ee11956da956324b63849002af33c92d5ef931e
tree4ac612446aa963715ba14b070c6f6ec30c56ecb8
parent27868770135e9a4c18360661126aa4bedba6f612
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>
settings/ajax/enableapp.php