Closed (fixed)
Project:
Boost
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2009 at 07:05 UTC
Updated:
22 Nov 2009 at 07:30 UTC
boost.module has a call time pass by reference (which is unnecessary) that throws an error and prevents pages from being cached in certain cases.
// Expire all files that match up
if ($data) {
boost_set_base_dir_in_array(&$data);
$counter += boost_cache_expire_router($data);
}
The actual line number with the problem is 1684.
Comments
Comment #1
mikeytown2 commentedThanks! Committed the fix.