From 87567f8916b78b2eb8ed279b728a30ce2dce249a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 6 Oct 2008 12:55:56 +0000 Subject: - Patch #310212 by justinrandell: killed in _node hook, as well as twelve sable tooth tigers. --- modules/blogapi/blogapi.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/blogapi/blogapi.module') diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index 2ae37ff83..9633c3816 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -221,7 +221,7 @@ function blogapi_blogger_new_post($appkey, $blogid, $username, $password, $conte $edit['date'] = format_date(REQUEST_TIME, 'custom', 'Y-m-d H:i:s O'); } - node_invoke_nodeapi($edit, 'blogapi new'); + node_invoke_nodeapi($edit, 'blogapi_new'); node_validate($edit); if ($errors = form_get_errors()) { @@ -273,7 +273,7 @@ function blogapi_blogger_edit_post($appkey, $postid, $username, $password, $cont $node->body = $content; } - node_invoke_nodeapi($node, 'blogapi edit'); + node_invoke_nodeapi($node, 'blogapi_edit'); node_validate($node); if ($errors = form_get_errors()) { -- cgit v1.2.3