From f8121774e3b8af723c0a872e75bb515447e92c46 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 31 Jan 2017 16:58:46 -0800 Subject: [PATCH] SSL fix. --- e107_core/shortcodes/batch/admin_shortcodes.php | 2 +- e107_handlers/e107_class.php | 2 +- e107_themes/bootstrap3/theme.xml | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index 55e1314ce..4f086ecf9 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -711,7 +711,7 @@ class admin_shortcodes { if(e_DEBUG !== false) { - return ""; + return ""; } } diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index 45ff72db4..c5c3f9bdd 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -2061,7 +2061,7 @@ class e107 $jshandler = self::getJs(); $jshandler->setDependency($dep); - if(strpos($data,'http:')===0) + if(strpos($data,'http')===0) { $type = 'url'; } diff --git a/e107_themes/bootstrap3/theme.xml b/e107_themes/bootstrap3/theme.xml index f42d03734..2affbb533 100644 --- a/e107_themes/bootstrap3/theme.xml +++ b/e107_themes/bootstrap3/theme.xml @@ -20,7 +20,9 @@ - + + +