This commit is contained in:
slawkens 2024-01-25 22:29:28 +01:00
parent c594dfd14b
commit 0698e7b5f5

View File

@ -103,7 +103,7 @@ class Plugins {
}
}
// replace first occurence of / in pattern if found (will be auto-added later)
// replace first occurrence of / in pattern if found (will be auto-added later)
removeIfFirstSlash($info['pattern']);
foreach ($routes as $id => &$route) {