aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-17 01:10:46 -0800
committerfriendica <info@friendica.com>2013-11-17 01:10:46 -0800
commit92f37fd0d5222d4f8cb7234d3de5fa8c784f81d3 (patch)
tree8cab5633fd959c0020ce30c001b625734b1c9e2a /mod
parent8893643da065fb12bf9b60e3d31f65cf64c6754b (diff)
downloadvolse-hubzilla-92f37fd0d5222d4f8cb7234d3de5fa8c784f81d3.tar.gz
volse-hubzilla-92f37fd0d5222d4f8cb7234d3de5fa8c784f81d3.tar.bz2
volse-hubzilla-92f37fd0d5222d4f8cb7234d3de5fa8c784f81d3.zip
document extra features
Diffstat (limited to 'mod')
-rw-r--r--mod/post.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/post.php b/mod/post.php
index 92d810356..3b98fce81 100644
--- a/mod/post.php
+++ b/mod/post.php
@@ -130,8 +130,8 @@ function post_init(&$a) {
} else {
logger('mod_zot: still not authenticated: ' . $x[0]['xchan_addr']);
q("update hubloc set hubloc_status = (hubloc_status | %d ) where hubloc_addr = '%s'",
- intval(HUBLOC_RECEIVE_ERROR),
- $x[0][xchan_addr]
+ intval(HUBLOC_RECEIVE_ERROR),
+ $x[0][xchan_addr]
);
}