Closed (fixed)
Project:
Forward
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Jan 2012 at 04:09 UTC
Updated:
11 Mar 2012 at 21:00 UTC
'query' => 'path=' . $vars['path']
should be:
'query' => array('path' => $vars['path'])
There are other cases as well in the function theme_forward_email($variables)
Comments
Comment #1
SolomonGifford commentedshould also be:
Comment #2
john.oltman commentedThomas, I assume you are using the old D5-based theme functions? Because in the D7 module I'm not seeing this. The code in #1 in particular is actually correct in D7.
Comment #3
john.oltman commentedI was looking in the forward.module file - I see the issue now in the forward.theme file. I think #1 is OK but the original issue remains. Changing back to active.
Comment #4
SolomonGifford commentedYeah, its in the forward.theme file - it seems it may have some legacy naming in there.
Comment #5
john.oltman commentedCommitted fix to 7.x branch and will be in next nightly DEV build