summaryrefslogtreecommitdiff
path: root/modules/blogapi
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-10-18 08:00:41 +0000
committerDries Buytaert <dries@buytaert.net>2004-10-18 08:00:41 +0000
commitc9d1894911913df4d1d3a10ef0d47fd0d230f09f (patch)
treef05f3b25817d7ffdca6ce44200a3ddad0095edd9 /modules/blogapi
parenta423eefe957da6cb174b7dcf3114f0d8be3df5cf (diff)
downloadbrdo-c9d1894911913df4d1d3a10ef0d47fd0d230f09f.tar.gz
brdo-c9d1894911913df4d1d3a10ef0d47fd0d230f09f.tar.bz2
- Patch #11682: changed FILTER_DEFAULT_FORMAT to FILTER_FORMAT_DEFAULT to make the Blog API work.
Diffstat (limited to 'modules/blogapi')
-rw-r--r--modules/blogapi/blogapi.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module
index ad2b4a568..751ac72fa 100644
--- a/modules/blogapi/blogapi.module
+++ b/modules/blogapi/blogapi.module
@@ -119,7 +119,7 @@ function blogapi_new_post($req_params) {
$edit['comment'] = variable_get('node_comment_blog', 2);
$edit['moderate'] = variable_get('node_moderate_blog', 0);
$edit['revision'] = variable_get('node_revision_blog', 0);
- $edit['format'] = FILTER_DEFAULT_FORMAT;
+ $edit['format'] = FILTER_FORMAT_DEFAULT;
$edit['status'] = $params[4];
// check for bloggerAPI vs. metaWeblogAPI