Changeset 996 for trunk/classes/actions/ActionBlog.class.php
- Timestamp:
- 08/21/10 20:31:41 (21 months ago)
- Files:
-
- 1 modified
-
trunk/classes/actions/ActionBlog.class.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/actions/ActionBlog.class.php
r892 r996 787 787 */ 788 788 protected function AjaxAddComment() { 789 $this->Viewer_SetResponseAjax( );789 $this->Viewer_SetResponseAjax('json'); 790 790 $this->SubmitComment(); 791 791 } … … 947 947 */ 948 948 protected function AjaxAddBlogInvite() { 949 $this->Viewer_SetResponseAjax( );949 $this->Viewer_SetResponseAjax('json'); 950 950 $sUsers=getRequest('users',null,'post'); 951 951 $sBlogId=getRequest('idBlog',null,'post'); … … 1093 1093 */ 1094 1094 protected function AjaxReBlogInvite() { 1095 $this->Viewer_SetResponseAjax( );1095 $this->Viewer_SetResponseAjax('json'); 1096 1096 $sUserId=getRequest('idUser',null,'post'); 1097 1097 $sBlogId=getRequest('idBlog',null,'post');
