From 5855108e9b413c69b95dcd68972cac7f4f01f4cc Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Thu, 12 Mar 2015 21:43:41 +0100 Subject: drop any fallback code related to curl - refs https://github.com/owncloud/core/pull/14838#issuecomment-78586447 --- apps/files_external/lib/swift.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/files_external/lib/swift.php') diff --git a/apps/files_external/lib/swift.php b/apps/files_external/lib/swift.php index 79effc04874..37f81313701 100644 --- a/apps/files_external/lib/swift.php +++ b/apps/files_external/lib/swift.php @@ -567,11 +567,7 @@ class Swift extends \OC\Files\Storage\Common { * check if curl is installed */ public static function checkDependencies() { - if (function_exists('curl_init')) { - return true; - } else { - return array('curl'); - } + return true; } } -- cgit v1.2.3