diff options
Diffstat (limited to 'modules/blogapi')
-rw-r--r-- | modules/blogapi/blogapi.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index ff6c95838..e77e9d267 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -681,7 +681,7 @@ function _blogapi_get_post($node, $bodies = TRUE) { 'link' => url('node/'.$node->nid, NULL, NULL, TRUE), 'permaLink' => url('node/'.$node->nid, NULL, NULL, TRUE), ); - if ($bodies) { + if ($bodies) { if ($node->comment == 1) { $comment = 2; } |