Changeset 18635
- Timestamp:
- 05/26/09 09:51:16 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfWebRPCPlugin/lib/BaseWebRPCActions.class.php
r18604 r18635 132 132 // return the $iframe_url as text/plain 133 133 $this->getResponse()->setHttpHeader('Content-Type', 'application/json'); 134 return $this->renderText($resp_json .";");134 return $this->renderText($resp_json); 135 135 } 136 136 }