You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set a flash success messages in the backend. In the view, i also check with getMessage('error') if there error messages present. the method "getMessages('error')" return an array like this:
Array ( [success] => Array ( [0] => "success Message") ).
There was already a similar Bug #908
I would expect an empty array, null or false
The text was updated successfully, but these errors were encountered:
I set a flash success messages in the backend. In the view, i also check with getMessage('error') if there error messages present. the method "getMessages('error')" return an array like this:
Array ( [success] => Array ( [0] => "success Message") ).
There was already a similar Bug #908
I would expect an empty array, null or false
The text was updated successfully, but these errors were encountered: