YiiCurl icon indicating copy to clipboard operation
YiiCurl copied to clipboard

onAfterRequest typo

Open plandem opened this issue 13 years ago • 0 comments

has: public function onAfterRequest($event) { $this->raiseEvent('onBeforeRequest',$event); }

must: public function onAfterRequest($event) { $this->raiseEvent('onAfterRequest',$event); }

plandem avatar Sep 29 '12 10:09 plandem