Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Not an Issue
-
Affects Version/s: 0.9.3
-
Fix Version/s: None
-
Component/s: Zend_Controller
-
Labels:None
Description
When I use the following code:
$messenger = $this->getHelper('FlashMessenger');
$messenger->setNamespace('login');
$messenger->addMessage($message);
I get the following notice:
Notice: Indirect modification of overloaded property Zend_Session_Namespace::$login has no effect
As a result, the message never gets added to the array. The attached patch fixes this.
This problems occurred in PHP 5.2.0.
Attachments
Issue Links
| This issue duplicates: | ||||
| ZF-1743 | Zend_Session_Namespace does not persist new slice data |
|
|
|
Assigning to Matthew.