From: skodak Date: Tue, 23 Sep 2008 14:45:58 +0000 (+0000) Subject: readding uploadlib for now X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f6ac3e0a3de05b96088da49502ed2b6515cc9013;p=moodle.git readding uploadlib for now --- diff --git a/lib/formslib.php b/lib/formslib.php index 69b2c4234c..c074e38465 100644 --- a/lib/formslib.php +++ b/lib/formslib.php @@ -27,6 +27,7 @@ require_once 'HTML/QuickForm/DHTMLRulesTableless.php'; require_once 'HTML/QuickForm/Renderer/Tableless.php'; require_once $CFG->libdir.'/filelib.php'; +require_once $CFG->libdir.'/uploadlib.php'; // TODO: remove /** * Callback called when PEAR throws an error