From af832d4592b40d4c927ab696e55c0397602eaeee Mon Sep 17 00:00:00 2001 From: dignajar Date: Wed, 19 Oct 2016 18:03:56 -0300 Subject: [PATCH] API Plugin, bug fixed --- bl-plugins/api/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-plugins/api/plugin.php b/bl-plugins/api/plugin.php index d28d46ad..393d35ce 100644 --- a/bl-plugins/api/plugin.php +++ b/bl-plugins/api/plugin.php @@ -178,7 +178,7 @@ class pluginAPI extends Plugin { } // Remove the first part of the URI - $URI = mb_substr($URI, $length) + $URI = mb_substr($URI, $length); // Parameters // ------------------------------------------------------------