Skip to content

Fixed error "Undefined variable $attribute" when changing email #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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