Merge branch 'master' of github.com:h5p/h5p-php-library

HFP-2095-Fix-table-styling
Frode Petterson 2018-09-21 10:12:59 +02:00
commit cfd15d8265
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ abstract class H5PMetadata {
case 'int':
$value = ($value !== null) ? intval($value): null;
$types[] = '%i';
$types[] = '%d';
break;
case 'json':