From 9796e55c00e9d150f9bb220f379ef67ff204483f Mon Sep 17 00:00:00 2001 From: Myles Carrick Date: Wed, 20 Apr 2011 13:15:01 +1000 Subject: [PATCH 09/11] MOODLE-40 make test page work again now that HTTPs setting is on the scene --- conntest.php | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/conntest.php b/conntest.php index 8303c02..8cd8cc8 100644 --- a/conntest.php +++ b/conntest.php @@ -48,11 +48,7 @@ $ac->https = $DB->get_field('config', 'value', $param); foreach ($ac as $propertyname => $propertyvalue) { - - if (0 != strcmp($propertyname, 'emaillogin') and - empty($propertyvalue)) { -//no-reply@remote-learner.net - //$url = $CFG->wwwroot . '/admin/settings.php?section=modsettingadobeconnect'; + if (!isset($propertyvalue)) { print_error('error2', 'adobeconnect', '', $propertyname); die(); } -- 1.7.2.2