summaryrefslogtreecommitdiff
path: root/modules/blogapi
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-21 19:12:01 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-21 19:12:01 +0000
commite8e97f2bbd4f219c75df34dff04327bb033cfb33 (patch)
tree504d16448ed7fa922af3a8144a1f530767c1ef12 /modules/blogapi
parent001d54f663136894ce0dce0a09693cc107cfb788 (diff)
downloadbrdo-e8e97f2bbd4f219c75df34dff04327bb033cfb33.tar.gz
brdo-e8e97f2bbd4f219c75df34dff04327bb033cfb33.tar.bz2
- Patch #98688 by greggles: string cleanup. Follow RFC2606 and use example.com for domain name examples. Core uses that consistently so make sure your contributed modules do too.
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 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;
}