Hi.

This may be due to the fact that I'm not using share in the $links variable and instead throwing it into $content and then taking it out fur use as a separate phptemplate variable, but I found that the base_path() before the share url in the module was causing links to break.

This simple patch solves the problem in my situation. I'll post a patch for the dev version also.

Erik.

Comments

greenskin’s picture

Status: Needs review » Fixed

Good catch, not sure why I put base_path() inside the l() function as it automatically adds the base_path(). Committed, next available snapshot of dev should contain the fix.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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