Fixed missing equal sign.

editor-padding^2
Frode Petterson 2015-09-15 09:26:58 +02:00
parent 2d43942c48
commit 46183a3a2e
1 changed files with 1 additions and 1 deletions

View File

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