Skip to content

Commit

Permalink
Merge branch 'MDL-40499_25' of git://github.com/jmvedrine/moodle into…
Browse files Browse the repository at this point in the history
… MOODLE_25_STABLE
  • Loading branch information
Damyon Wiese committed Jul 9, 2013
2 parents a16698d + 0c2a1de commit 10061c1
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 10061c1

Please sign in to comment.