Skip to content

Conversation

@JulianPrieber
Copy link

Fixed spelling in variable

Fixed error "Undefined variable $attribute" when changing email on the user-profile page.

How to reproduce

Navigate to xyz.local/user-profile and change the email address in the form. This will throw an "Undefined variable $attribute" error exception.

Fix

Changing "$attribute" to "$attributes" in app/Http/Controllers/InfoUserController.php fixes this issue.

Fixed spelling in variable causing error "Undefined variable $attribute"
Copy link

@alecb6 alecb6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you i want having the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants