mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-70863-310' of git://github.com/jleyva/moodle into MOODLE_310_STABLE
This commit is contained in:
commit
3afeaed3ff
1 changed files with 5 additions and 1 deletions
|
@ -105,7 +105,11 @@ class post extends exporter {
|
|||
'default' => null,
|
||||
'null' => NULL_ALLOWED
|
||||
],
|
||||
'timecreated' => ['type' => PARAM_INT],
|
||||
'timecreated' => [
|
||||
'type' => PARAM_INT,
|
||||
'default' => null,
|
||||
'null' => NULL_ALLOWED
|
||||
],
|
||||
'unread' => [
|
||||
'type' => PARAM_BOOL,
|
||||
'optional' => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue