From: ethem Date: Fri, 18 Jan 2008 17:31:14 +0000 (+0000) Subject: download_file_content() for proxy support. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=da86084f82a8f047f5af0d1fd966660485e1cc49;p=moodle.git download_file_content() for proxy support. --- diff --git a/enrol/authorize/authorizenetlib.php b/enrol/authorize/authorizenetlib.php index de3faf31b8..d1ab0d9c06 100644 --- a/enrol/authorize/authorizenetlib.php +++ b/enrol/authorize/authorizenetlib.php @@ -95,6 +95,7 @@ function authorize_action(&$order, &$message, &$extra, $action=AN_ACTION_NONE, $ { global $CFG; static $constpd; + require_once($CFG->libdir.'/filelib.php'); if (!isset($constpd)) { $mconfig = get_config('enrol/authorize');