mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Add explanation about the current implementation of updateApp
This commit is contained in:
parent
2b4c2a7b14
commit
089139f8ea
1 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue