Merge branch 'master' into editor-padding

editor-padding
Frode Petterson 2015-09-15 09:28:29 +02:00
commit 742339ba8f
1 changed files with 1 additions and 1 deletions

View File

@ -2487,7 +2487,7 @@ class H5PCore {
// Prevent to long slug // Prevent to long slug
if (strlen($input) > 91) { if (strlen($input) > 91) {
$inputsubstr($input, 0, 92); $input = substr($input, 0, 92);
} }
// Prevent empty slug // Prevent empty slug