MDL-48510 inbound: Use correct value of expiration
This commit is contained in:
committed by
Dan Poltawski
parent
26a1fbbd15
commit
0a4ce3ffb4
@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
|
||||
$handlers = array(
|
||||
array(
|
||||
'classname' => '\core\message\inbound\private_files_handler',
|
||||
'defaultexpiration' => null,
|
||||
'defaultexpiration' => 0,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user