[Pkg-owncloud-commits] [owncloud] 07/67: Add explanation about the current implementation of updateApp
David Prévot
taffit at moszumanska.debian.org
Fri Jun 27 23:58:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 089139f8ea1b3e4f4e4a0c5f48555e387d0380b7
Author: Bart Visscher <bartv at thisnet.nl>
Date: Mon Oct 28 18:01:54 2013 +0100
Add explanation about the current implementation of updateApp
---
lib/private/installer.php | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/lib/private/installer.php b/lib/private/installer.php
index 466aa4a..29470db 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"
*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list