Merge branch 'MDL-70863-39' of git://github.com/jleyva/moodle into MOODLE_39_STABLE
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user