Closed simonwelsh closed 7 years ago
In certain situations, it's possible for the containsPlaceholder call to be called before and after convertToPlaceholder. This leads to PHP returning the cached file size in the second call, incorrectly causing convertToPlaceholder to return `false.
containsPlaceholder
convertToPlaceholder
In certain situations, it's possible for the
containsPlaceholder
call to be called before and afterconvertToPlaceholder
. This leads to PHP returning the cached file size in the second call, incorrectly causingconvertToPlaceholder
to return `false.