Line 191 was causing errors for me in EE 2.9.2. I changed the line to : $params=$params.'&'.str_replace('param:', '', $key). '='. $this->EE->TMPL->parse_globals($var);
and it worked.
I forked/published this too but thought I'd tell you in case that wasn't the kosher thing to do. I don't really know what is. Cheers!
Hi Phil,
Line 191 was causing errors for me in EE 2.9.2. I changed the line to : $params=$params.'&'.str_replace('param:', '', $key). '='. $this->EE->TMPL->parse_globals($var);
and it worked.
I forked/published this too but thought I'd tell you in case that wasn't the kosher thing to do. I don't really know what is. Cheers!