API Plugin, bug fixed
This commit is contained in:
parent
443e1ab685
commit
af832d4592
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
// ------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue