Skip to content

Commit

Permalink
Merge pull request #503 from niciz/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxer committed Jan 30, 2023
2 parents ab6a1d1 + c274d71 commit 977a137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## dev

- Fix: use correct password recovery url in welcome mail and add functionality to plain text version of the mail (@eluhr)
- Fix: correct viewPath error in LoginWidget (niciz)

## 1.6.0 January 9, 2023

Expand Down
2 changes: 1 addition & 1 deletion src/User/Widget/LoginWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class LoginWidget extends Widget
public function run()
{
return $this->render(
$this->getModule()->$this->viewPath .'/widgets/login/form',
$this->getModule()->viewPath .'/widgets/login/form',
[
'model' => Yii::createObject(LoginForm::class),
]
Expand Down

0 comments on commit 977a137

Please sign in to comment.