Skip to content

Commit

Permalink
Merge branch 'MDL-36708-master' of git://github.com/FMCorz/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jan 16, 2013
2 parents 0f94289 + 212dac2 commit 856df69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/filelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ function file_get_draft_area_info($draftitemid, $filepath = '/') {
'filecount' => 0,
'foldercount' => 0,
'filesize' => 0,
'filesize_without_references'
'filesize_without_references' => 0
);

if ($filepath != '/') {
Expand Down

0 comments on commit 856df69

Please sign in to comment.