diff --git a/api/src/Vfs.php b/api/src/Vfs.php index 20e3d0f898..1a8b077b10 100644 --- a/api/src/Vfs.php +++ b/api/src/Vfs.php @@ -1130,7 +1130,7 @@ class Vfs extends Vfs\Base $val = trim($_val); $matches = null; - preg_match('#([0-9]+)[\s]*([a-z]+)#i', $val, $matches); + preg_match('#([0-9.]+)[\s]*([a-z]+)#i', $val, $matches); $last = ''; if(isset($matches[2])){