[Pkg-owncloud-commits] [owncloud] 05/223: read ocsid from shipped apps on install

David Prévot taffit at moszumanska.debian.org
Sun Jun 22 01:53:58 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 c8a8c7e93340eaa36586926ca70c8a3959aa4a94
Author: Georg Ehrke <developer at georgehrke.com>
Date:   Sat May 31 18:02:59 2014 +0200

    read ocsid from shipped apps on install
---
 lib/private/installer.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/private/installer.php b/lib/private/installer.php
index c82e19b..e2b8aec 100644
--- a/lib/private/installer.php
+++ b/lib/private/installer.php
@@ -482,6 +482,9 @@ class OC_Installer{
 			return false;
 		}
 		OC_Appconfig::setValue($app, 'installed_version', OC_App::getAppVersion($app));
+		if (array_key_exists('ocsid', $info)) {
+			OC_Appconfig::setValue($app, 'ocsid', $info['ocsid']);
+		}
 
 		//set remote/public handelers
 		foreach($info['remote'] as $name=>$path) {

-- 
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