Closed (fixed)
Project:
Curlypage
Version:
6.x-3.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2012 at 13:42 UTC
Updated:
16 Feb 2012 at 17:30 UTC
Jump to comment: Most recent file
This patch try to resolved this PHP notice error
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | remove_base_url-1425934-1.patch | 1.14 KB | manfer |
| curlypage-add_global_url-1.patch | 366 bytes | underq |
Comments
Comment #1
manfer commentedI suppose this depends on the version of php installed because I'm not able to reproduce the notice in my installation.
Anyway as the module is coded just now it is not using the global variable (because of the missed global declaration) and really there is no need to prepend that $base_url in the two places where it is used. So instead of adding that line of code what I'm going to do is just remove the two references to $base_url.
Comment #2
manfer commentedComment #3
underq commentedOK thank you ;)
Comment #4
manfer commentedcommited to development version and will be available on next release