diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-10-28 18:01:54 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-22 12:45:59 +0200 |
commit | 089139f8ea1b3e4f4e4a0c5f48555e387d0380b7 (patch) | |
tree | d86a2b00244e0f214519ed0c55ca8fc94ede5b49 /lib/private/installer.php | |
parent | 2b4c2a7b146fc9317b0cb637397cc8a0594dbf0d (diff) | |
download | nextcloud-server-089139f8ea1b3e4f4e4a0c5f48555e387d0380b7.tar.gz nextcloud-server-089139f8ea1b3e4f4e4a0c5f48555e387d0380b7.zip |
Add explanation about the current implementation of updateApp
Diffstat (limited to 'lib/private/installer.php')
-rw-r--r-- | lib/private/installer.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/private/installer.php b/lib/private/installer.php index 466aa4a8f89..29470dbe3a6 100644 --- a/lib/private/installer.php +++ b/lib/private/installer.php @@ -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" * |