yiisoft / view

Yii view rendering library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
56 stars 44 forks source link

Clear viewFiles after context change #189

Closed Gerych1984 closed 3 years ago

Gerych1984 commented 3 years ago

Good day. As we found out from this issue #188 - after user change context using method withContext, BaseView not cleans up viewFiles property, and in sub view user context will be ignored. Can you clean this property or check $this->context before viewFiles. Thanks