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