Skip to content
Snippets Groups Projects
Commit 089139f8 authored by Bart Visscher's avatar Bart Visscher Committed by Morris Jobke
Browse files

Add explanation about the current implementation of updateApp

parent 2b4c2a7b
No related branches found
No related tags found
No related merge requests found
......@@ -143,8 +143,12 @@ class OC_Installer{
* @param array $info
* @param bool $isShipped
*
* This function could work like described below, but currently it disables and then
* enables the app again. This does result in an updated app.
*
*
* This function installs an app. All information needed are passed in the
* associative array $data.
* associative array $info.
* The following keys are required:
* - source: string, can be "path" or "http"
*
......
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