mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +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,
|
'default' => null,
|
||||||
'null' => NULL_ALLOWED
|
'null' => NULL_ALLOWED
|
||||||
],
|
],
|
||||||
'timecreated' => ['type' => PARAM_INT],
|
'timecreated' => [
|
||||||
|
'type' => PARAM_INT,
|
||||||
|
'default' => null,
|
||||||
|
'null' => NULL_ALLOWED
|
||||||
|
],
|
||||||
'unread' => [
|
'unread' => [
|
||||||
'type' => PARAM_BOOL,
|
'type' => PARAM_BOOL,
|
||||||
'optional' => true,
|
'optional' => true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue