From 75d4db9afb1ba8ed79493392feb842aa873ddb3e Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Mon, 11 Mar 2019 22:46:37 +0100 Subject: [PATCH] two more PHP5 curl --- inc/external-fetch.php | 2 +- po/sk_SK.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/external-fetch.php b/inc/external-fetch.php index 19cf06be..599470c7 100644 --- a/inc/external-fetch.php +++ b/inc/external-fetch.php @@ -43,7 +43,7 @@ function fetch_external ( $bind_id, $min_age = '1 hour', $ua_string ) { if ( ! function_exists ( "curl_init" ) ) { dbg_error_log("external", "external resource cannot be fetched without curl, please install curl"); - $request->DoResponse( 503, translate('PHP5 curl support is required for external binds') ); + $request->DoResponse( 503, translate('PHP curl support is required for external binds') ); return ; } $sql = 'SELECT collection.*, collection.dav_name AS path, dav_binding.external_url AS external_url FROM dav_binding LEFT JOIN collection ON (collection.collection_id=bound_source_id) WHERE bind_id = :bind_id'; diff --git a/po/sk_SK.po b/po/sk_SK.po index 8193ec1c..678ebcc9 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -884,7 +884,7 @@ msgid "PHP not using Apache Filter mode" msgstr "PHP nepoužíva mód Apache filtra" msgid "PHP curl support is required for external binds" -msgstr "Pre externé spojenia sa vyžaduje podpora PHP5 curl" +msgstr "Pre externé spojenia sa vyžaduje podpora PHP curl" msgid "" "PUT on a collection is only allowed for text/calendar content against a "