Merge pull request #9138 from owncloud/fix-documentation

Add explanation about the current implementation of updateApp
remotes/origin/ldap_group_count
Vincent Petry 11 years ago
commit 53ad15e0e3
  1. 6
      lib/private/installer.php

@ -143,8 +143,12 @@ class OC_Installer{
* @param array $info * @param array $info
* @param bool $isShipped * @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 * This function installs an app. All information needed are passed in the
* associative array $data. * associative array $info.
* The following keys are required: * The following keys are required:
* - source: string, can be "path" or "http" * - source: string, can be "path" or "http"
* *

Loading…
Cancel
Save