diff --git a/h5p.classes.php b/h5p.classes.php index 3d656c2..f4b1a21 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1006,7 +1006,7 @@ class H5PCore { * On the form {machineName} {majorVersion}.{minorVersion} */ public function libraryToString($library, $folderName = FALSE) { - return $library['machineName'] . ($folderName ? '_' : ' ') . $library['majorVersion'] . '.' . $library['minorVersion']; + return $library['machineName'] . ($folderName ? '-' : ' ') . $library['majorVersion'] . '.' . $library['minorVersion']; } } ?> \ No newline at end of file