We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1c1f5 commit a6c576fCopy full SHA for a6c576f
1 file changed
app/locker/statements/xAPIValidation.php
@@ -276,6 +276,7 @@ public function validateObject( $object ){
276
277
}else{
278
$object_type = 'Activity'; //this is the default if nothing defined.
279
+ $object['objectType'] = $object_type;
280
}
281
282
//depending on the objectType, validate accordingly.
0 commit comments