mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-09 01:27:20 +08:00
fix #9823
This commit is contained in:
@ -140,7 +140,6 @@ class Controller extends \yii\base\Controller
|
|||||||
throw new Exception(Yii::t('yii', 'Missing required arguments: {params}', ['params' => implode(', ', $missing)]));
|
throw new Exception(Yii::t('yii', 'Missing required arguments: {params}', ['params' => implode(', ', $missing)]));
|
||||||
}
|
}
|
||||||
|
|
||||||
// #9823
|
|
||||||
foreach ($params as $value) {
|
foreach ($params as $value) {
|
||||||
$args[] = $value;
|
$args[] = $value;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user