Преглед изворни кода

Merge branch 'hotfix/165'

Close #165
Matthew Weier O'Phinney пре 12 година
родитељ
комит
befa5fbb4b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      library/Zend/Controller/Action/Helper/FlashMessenger.php

+ 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;
         }