Closed (fixed)
Project:
Cache Graceful
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2011 at 21:09 UTC
Updated:
31 Dec 2011 at 05:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
deviantintegral commentedComment #2
gielfeldt commentedThanks.
Isn't it more common practice in this case to do:
$options += $defaults;
instead of:
$options = array_merge($defaults, $options);
?
Comment #3
gielfeldt commentedHow about this? I've also changed the strange way I was handling default options in cache_graceful_execute().
Comment #4
gielfeldt commentedCommitted to dev