Ticket #573 (closed Bug: wontfix)
Media Module Caching
| Reported by: | allain | Owned by: | gregmac |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Modules:Media | Version: | SVN HEAD |
| Keywords: | caching | Cc: |
Description
When caching is enabled only the contents of the last CSS file makes it into the cache.
Line 81 is currently
($this->use_cache) AND $this->cache->set('media.css.'.$querystr, $output, array('media'), $this->cache_lifetime);
but I think it should read:
($this->use_cache) AND $this->cache->set('media.css.'.$querystr, $output, array('media'), $this->cache_lifetime);
Change History
Note: See
TracTickets for help on using
tickets.
