philsturgeon / ee2-rest

Integrate RESTful API's into your ExpressionEngine 2.0 website with this Rest module.
http://devot-ee.com/add-ons/rest
34 stars 13 forks source link

Fixed a bug #14

Closed carolinecblaker closed 9 years ago

carolinecblaker commented 9 years ago

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!

philsturgeon commented 9 years ago

Got a pull request for me? :)

carolinecblaker commented 9 years ago

I've never done that. Let me see if I can figure it out.