Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
updated ansuz_mephisto_xmlrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Jan 27, 2009
1 parent ca827b6 commit ca82953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ def newPost(key, id, user, pw, content, publish)
blog_post = Ansuz::JAdams::BlogPost.new
blog_post.contents = body || content || ''
blog_post.title = title || content.split.slice(0..5).join(" ") || ""
blog_post.user = User.find_by_login(user)
blog_post.creator = User.find_by_login(user)
blog_post.save
blog_post.id
end
Expand Down
1 change: 1 addition & 0 deletions vendor/plugins/ansuz_mephisto_xmlrpc/routes.rb
@@ -1,2 +1,3 @@
connect 'xmlrpc', :controller => 'backend', :action => 'xmlrpc'
connect 'xmlrpc.php', :controller => 'backend', :action => 'xmlrpc'
connect 'RPC2', :controller => 'backend', :action => 'xmlrpc'

0 comments on commit ca82953

Please sign in to comment.