commit 66cd0d27fa26a841852da48c32bada4df8a0bdcc Author: Craig Mickelson Date: Fri Jun 3 15:45:03 2011 -0500 Fix for unset diff --git a/lib/editor/htmlarea/popups/link.php b/lib/editor/htmlarea/popups/link.php index fd9b451..6ce74a1 100644 --- a/lib/editor/htmlarea/popups/link.php +++ b/lib/editor/htmlarea/popups/link.php @@ -5,6 +5,7 @@ require_course_login($id); @header('Content-Type: text/html; charset=utf-8'); + $upload_max_filesize = get_max_upload_file_size($CFG->maxbytes, $COURSE->maxbytes); ?>