Merge branch 'master' of github.com:h5p/h5p-php-library
commit
cfd15d8265
|
@ -99,7 +99,7 @@ abstract class H5PMetadata {
|
|||
|
||||
case 'int':
|
||||
$value = ($value !== null) ? intval($value): null;
|
||||
$types[] = '%i';
|
||||
$types[] = '%d';
|
||||
break;
|
||||
|
||||
case 'json':
|
||||
|
|
Loading…
Reference in New Issue