mirror of
https://github.com/moodle/moodle.git
synced 2025-04-06 00:42:44 +02:00
Merge branch 'MDL-70863-master' of git://github.com/jleyva/moodle
This commit is contained in:
commit
0e904ad5db
@ -105,8 +105,16 @@ class post extends exporter {
|
||||
'default' => null,
|
||||
'null' => NULL_ALLOWED
|
||||
],
|
||||
'timecreated' => ['type' => PARAM_INT],
|
||||
'timemodified' => ['type' => PARAM_INT],
|
||||
'timecreated' => [
|
||||
'type' => PARAM_INT,
|
||||
'default' => null,
|
||||
'null' => NULL_ALLOWED
|
||||
],
|
||||
'timemodified' => [
|
||||
'type' => PARAM_INT,
|
||||
'default' => null,
|
||||
'null' => NULL_ALLOWED
|
||||
],
|
||||
'unread' => [
|
||||
'type' => PARAM_BOOL,
|
||||
'optional' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user