API Plugin, bug fixed
This commit is contained in:
parent
443e1ab685
commit
af832d4592
|
@ -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
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue