Ver código fonte

Merge branch 'hotfix/165'

Close #165
Matthew Weier O'Phinney 12 anos atrás
pai
commit
befa5fbb4b

+ 1 - 1
library/Zend/Controller/Action/Helper/FlashMessenger.php

@@ -256,7 +256,7 @@ class Zend_Controller_Action_Helper_FlashMessenger extends Zend_Controller_Actio
             $namespace = $this->getNamespace();
         }
         
-        if ($this->hasCurrentMessages()) {
+        if ($this->hasCurrentMessages($namespace)) {
             unset(self::$_session->{$namespace});
             return true;
         }