Minor bug fixes

namespaces
Svein-Tore Griff With 2013-01-20 16:13:11 +01:00
parent bf286eb664
commit c4b3c420fd
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class h5pValidator {
'minorVersion' => '/^[0-9]{1,5}$/', 'minorVersion' => '/^[0-9]{1,5}$/',
'patchVersion' => '/^[0-9]{1,5}$/', 'patchVersion' => '/^[0-9]{1,5}$/',
'machineName' => '/^[\w0-9\-\.]{1,255}$/i', 'machineName' => '/^[\w0-9\-\.]{1,255}$/i',
'runable' => '/^(0|1)$/', 'runnable' => '/^(0|1)$/',
); );
private $libraryOptional = array( private $libraryOptional = array(