API Plugin, bug fixed

This commit is contained in:
dignajar 2016-10-19 18:03:56 -03:00
parent 443e1ab685
commit af832d4592
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class pluginAPI extends Plugin {
} }
// Remove the first part of the URI // Remove the first part of the URI
$URI = mb_substr($URI, $length) $URI = mb_substr($URI, $length);
// Parameters // Parameters
// ------------------------------------------------------------ // ------------------------------------------------------------