Closed (fixed)
Project:
CAPTCHA
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2015 at 12:49 UTC
Updated:
22 Sep 2015 at 13:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mfernea commentedHere is the patch.
Comment #2
mfernea commentedComment #3
mcdruid commented+1
I spent a while today trying to work out what was disabling page cache on a site, and it's much easier to do so when modules use API functions like drupal_page_is_cacheable rather than overriding the global $conf.
Comment #4
mcdruid commentedTested this patch on a vanilla D7 install and it works as intended.
Comment #5
geerlingguy commentedOn a separate note, the D8 version of the module already seems to be using the proper API usage for disabling the cache, so this patch will not need to be forward-ported.
Comment #6
wundo commentedComment #7
wundo commentedCommitted, thanks! :)