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