diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-06-23 10:32:41 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-06-23 10:32:41 +0200 |
commit | 53ad15e0e3b60c316dc057266a830f39e79415f1 (patch) | |
tree | 9f88ae06269cdb3718babd72806ac30552d1f9a2 /lib | |
parent | b8b7c97a41921625d5ca74743c9cd72d07e2c70f (diff) | |
parent | 089139f8ea1b3e4f4e4a0c5f48555e387d0380b7 (diff) | |
download | nextcloud-server-53ad15e0e3b60c316dc057266a830f39e79415f1.tar.gz nextcloud-server-53ad15e0e3b60c316dc057266a830f39e79415f1.zip |
Merge pull request #9138 from owncloud/fix-documentation
Add explanation about the current implementation of updateApp
Diffstat (limited to 'lib')
-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" * |