Index: modules/blogapi/blogapi.module =================================================================== RCS file: /cvs/drupal/drupal/modules/blogapi/blogapi.module,v retrieving revision 1.119 diff -u -r1.119 blogapi.module --- modules/blogapi/blogapi.module 13 May 2008 18:13:43 -0000 1.119 +++ modules/blogapi/blogapi.module 21 Jul 2008 19:44:59 -0000 @@ -131,7 +131,7 @@ t('Retrieve information about the text formatting plugins supported by the server.')), array( 'mt.publishPost', - 'blogap_mti_publish_post', + 'blogapi_mt_publish_post', array('boolean', 'string', 'string', 'string'), t('Publish (rebuild) all of the static files related to an entry from your blog. Equivalent to saving an entry in the system (but without the ping).'))); } @@ -490,7 +490,7 @@ /** * Blogging API callback. Publishes the given node. */ -function blogap_mti_publish_post($postid, $username, $password) { +function blogapi_mt_publish_post($postid, $username, $password) { $user = blogapi_validate_user($username, $password); if (!$user->uid) {