Skip to content

Commit

Permalink
MDL-14589: Files in user_draft now come out of draftfile.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
scyrma committed Sep 4, 2008
1 parent 882eb79 commit e4897de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion userfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

switch ($filearea) {
case 'private': $itemid = 0; $forcedownload = true; break;
case 'draft' : $itemid = (int)array_shift($args); break;
default: send_file_not_found();
}

Expand Down

0 comments on commit e4897de

Please sign in to comment.