From ce88ee58885a4837965ef790405e9ebb11e44db6 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 8 Apr 2015 14:45:15 -0400 Subject: [PATCH] For working on dev sites also this will be https if hte page is https --- static/16.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/16.phtml b/static/16.phtml index d8bb39c..6942bbd 100644 --- a/static/16.phtml +++ b/static/16.phtml @@ -4,7 +4,7 @@ if ($catid = filter_input(INPUT_GET, 'catid', FILTER_VALIDATE_INT)) { Toolkit_Database::getInstance(), 'contact_form', 'post', - BASE_SECURE_URL . "index.php?catid=$catid" + MEDIA_BASE_URL . "index.php?catid=$catid" ); $cf->configureForm(); $cf->useCaptcha(true); -- 2.17.1