This patch try to resolved this PHP notice error

Comments

manfer’s picture

I 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.

manfer’s picture

StatusFileSize
new1.14 KB
underq’s picture

OK thank you ;)

manfer’s picture

Status: Needs review » Fixed

commited to development version and will be available on next release

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.