From da86084f82a8f047f5af0d1fd966660485e1cc49 Mon Sep 17 00:00:00 2001 From: ethem Date: Fri, 18 Jan 2008 17:31:14 +0000 Subject: [PATCH] download_file_content() for proxy support. --- enrol/authorize/authorizenetlib.php | 1 + 1 file changed, 1 insertion(+) 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'); -- 2.39.5