Skip to content
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

Minor bug in get_messages() in flexi_auth_lite_model.php #7

Closed
wants to merge 1 commit into from
Closed

Conversation

smoizs
Copy link

@smoizs smoizs commented Feb 5, 2013

Hi

There is a minor issue in the status_message() an error_message(). Even if the prefix_delimiter and suffix_delimiter are set to false, the library wraps it with the delimiters in the config file.

To fix it on line 577 of get_messages()

if (! prefix_delimiter)

needs to be

if ($prefix_delimiter!=FALSE)

and the same for if (! $suffix_delimiter)

@smoizs
Copy link
Author

smoizs commented Feb 5, 2013

scratch this

@smoizs smoizs closed this Feb 5, 2013
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.

1 participant