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