[Pkg-owncloud-commits] [owncloud] 53/59: update the appstore api url

David Prévot taffit at moszumanska.debian.org
Fri Jul 18 16:19:30 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 cce2cb578f5120cc8baaca5342c3ed44ca302671
Author: Frank Karlitschek <frank at owncloud.org>
Date:   Thu Jul 17 21:51:32 2014 -0400

    update the appstore api url
---
 lib/private/ocsclient.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/ocsclient.php b/lib/private/ocsclient.php
index 39d7e9c..dc52fc2 100644
--- a/lib/private/ocsclient.php
+++ b/lib/private/ocsclient.php
@@ -37,7 +37,7 @@ class OC_OCSClient{
 	 */
 	private static function getAppStoreURL() {
 		if(OC_Util::getEditionString()===''){
-			$default='http://api.apps.owncloud.com/v1';
+			$default='https://api.owncloud.com/v1';
 		}else{
 			$default='';
 		}

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