Reviewed & tested by the community
Project:
Cookie Cache Bypass Advanced
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2011 at 18:37 UTC
Updated:
1 Oct 2012 at 16:47 UTC
The function is called in cookie_cache_bypass_adv.module on line 14 in the D6 version, but the function isn't present until D7.
Quick fix is to change the call to drupal_is_cli() with the actual logic in the function. Attached is a patch which does this.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_is_cli_fix.patch | 489 bytes | samlerner |
Comments
Comment #1
wojtha commentedComment #2
penyaskitodrupal_is_cli is introduced at Pressflow 6. I don't fully understand why you would to use this module if you're not using Pressflow already.