maximebf / atomik

Micro framework for PHP 5.3+ [UNMAINTAINED]
MIT License
46 stars 18 forks source link

Get Flash Message with label doesnt work #9

Closed sebastienhouzet closed 11 years ago

sebastienhouzet commented 11 years ago

For example :

foreach (Atomik::get('flash_messages.error') as $message) { echo "".$message.""; }

Warning: Invalid argument supplied for foreach() in /app/views/upload.phtml on line 9

maximebf commented 11 years ago

Fixed. The error was due to the fact that array_key_exists() does not work with ArrayAccess objects