We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$flash = new \Phalcon\Session\Flash(); $flash->error('Error Message'); var_dump($flash->getMessages('success', false));
array (size=0) empty
array (size=1) 'error' => array (size=1) 0 => string 'Error Message' (length=13)
The text was updated successfully, but these errors were encountered:
This issue is present only in 2.1.x branch?
Sorry, something went wrong.
Fixed in the 2.1.x branch.
2.1.x
sergeyklay
No branches or pull requests
Test
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: