zf-hipsters / bootstrap-flash-messenger

Simple implementation of ZF2 flash messengers using bootstrap. Contains easy helpers that will save you a LOT of time.
14 stars 1 forks source link

Unable to show multiple namespace messages #5

Open ankitsam opened 9 years ago

ankitsam commented 9 years ago

When I add multiple namespaces messages like

$this->fm("Warning Message",'warning');
$this->fm("Info Message",'info');

It only shows only warning message only.