Ticket #95 (bug)
Opened 3 years ago
Last modified 2 years ago
$plugin->id shared across cache
Status: closed (fixed)
| Reported by: | miyagawa | Assigned to: | miyagawa |
|---|---|---|---|
| Priority: | major | Milestone: | Release 0.6 |
| Component: | Plagger | Version: | HEAD |
| Keywords: | Cc: | ||
When you have multiple instances of same plugin class, your cache is shared because plugin ID is common. It's a same problem with aggregator.aggregate gotcha #56
Change History
03/14/06 20:55:47: Modified by miyagawa
- milestone set to Release 0.6.
04/01/06 03:22:30: Modified by miyagawa
- status changed from new to closed.
- resolution set to fixed.

(In [447]) Added plugin_id method to mean object ID, not class ID. Fixes #95