From 0698e7b5f528e9fb018668742216afe96806dca6 Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 25 Jan 2024 22:29:28 +0100 Subject: [PATCH] Typo --- system/libs/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/libs/plugins.php b/system/libs/plugins.php index d6226168..eb67c0d3 100644 --- a/system/libs/plugins.php +++ b/system/libs/plugins.php @@ -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) {