From 85696bb5fa6ba581b7a5acf13520fb4469af4d44 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 4 Jan 2018 16:29:35 -0500 Subject: [PATCH] Fix typo --- src/Content/OEmbed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/OEmbed.php b/src/Content/OEmbed.php index 51c987755e..c317483d96 100644 --- a/src/Content/OEmbed.php +++ b/src/Content/OEmbed.php @@ -319,7 +319,7 @@ class OEmbed if (Config::get('system', 'ssl_policy') == SSL_POLICY_FULL && parse_url($src, PHP_URL_SCHEME) !== 'https') { $src = System::baseUrl() . '/oembed/' . base64url_encode($src); } - return ''; + return ''; } /**