]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add explanation about the current implementation of updateApp
authorBart Visscher <bartv@thisnet.nl>
Mon, 28 Oct 2013 17:01:54 +0000 (18:01 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Sun, 22 Jun 2014 10:45:59 +0000 (12:45 +0200)
lib/private/installer.php

index 466aa4a8f899d1e5f6bc8616f9e6d198479ec41d..29470dbe3a6ba2d4a98e45021132a6ce72a475d0 100644 (file)
@@ -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"
         *