1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-05 21:57:31 +02:00

Version 1.3.7: Finishing

This commit is contained in:
trendschau
2020-06-14 19:53:02 +02:00
parent 2b6a1552ff
commit b40046eea1
12 changed files with 99 additions and 111 deletions

View File

@@ -587,5 +587,4 @@ class Folder
$parts = preg_split('/\./',$fileName);
return $parts[0];
}
}