Minor - format code

pull/2487/head
jmontoyaa 9 years ago
parent fa54f9543f
commit 36fb8e69a5
  1. 4
      main/upload/index.php

@ -40,11 +40,7 @@ if (!$is_allowed_to_edit) {
api_not_allowed(true);
}
$courseDir = $_course['path']."/document";
$sys_course_path = api_get_path(SYS_COURSE_PATH);
$base_work_dir = $sys_course_path.$courseDir;
$noPHP_SELF = true;
$max_filled_space = DocumentManager::get_course_quota();
//what's the current path?
if (isset($_REQUEST['curdirpath'])) {

Loading…
Cancel
Save