Closed (fixed)
Project:
Embedded Media Field
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2009 at 02:53 UTC
Updated:
25 May 2009 at 19:30 UTC
Currently emfield_request_xml executes a cache_set operation even when called with the argument $cache=FALSE.
This creates unnecessary records in the cache table for something where presumably it isn't supposed to be cacheable anyway. The attached patch merely adds a conditional statement before doing the cache_set.
| Comment | File | Size | Author |
|---|---|---|---|
| emfield-cachefalse.patch | 660 bytes | winston |
Comments
Comment #1
alex ua commentedI committed this. Thanks!