Changeset 12019
- Timestamp:
- 10/07/08 10:14:04 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/storage/sfCacheSessionStorage.class.php
r12018 r12019 119 119 { 120 120 $this->dispatcher->notify(new sfEvent($this, 'application.log', array('Restored previous session'))); 121 // $this->dispatcher->notify(new sfEvent($this, 'application.log', array(var_export($this->data, true))));122 121 } 123 122 }