fixed controllerOptions not working
This commit is contained in:
parent
0582a3f95d
commit
7b0a456877
@ -107,7 +107,7 @@ try {
|
|||||||
if ($partcount !== count($rule['url'])) continue;
|
if ($partcount !== count($rule['url'])) continue;
|
||||||
|
|
||||||
$urlparams = [];
|
$urlparams = [];
|
||||||
$ctrlOpt = key_exists('_opt', $rule['options']) ? explode($rule['options']['_opt'], '|') : [];
|
$ctrlOpt = key_exists('_opt', $rule['options']) ? explode('|', $rule['options']['_opt']) : [];
|
||||||
$target = $rule['target'];
|
$target = $rule['target'];
|
||||||
|
|
||||||
$match = true;
|
$match = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user