From f6ac3e0a3de05b96088da49502ed2b6515cc9013 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 23 Sep 2008 14:45:58 +0000 Subject: [PATCH] readding uploadlib for now --- lib/formslib.php | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5