Skip to content

Commit

Permalink
Merge branch 'MDL-40499_24' of git://github.com/jmvedrine/moodle into…
Browse files Browse the repository at this point in the history
… MOODLE_24_STABLE
  • Loading branch information
Damyon Wiese committed Jul 9, 2013
2 parents bb6cacb + a16ec93 commit d3dc9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/type/questiontypebase.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/
class question_type {
protected $fileoptions = array(
'subdirs' => false,
'subdirs' => true,
'maxfiles' => -1,
'maxbytes' => 0,
);
Expand Down

0 comments on commit d3dc9a3

Please sign in to comment.