aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-31 17:21:16 -0700
committerfriendica <info@friendica.com>2014-03-31 17:21:16 -0700
commit78d7425a1d9de91343c60be1d0f0a467a674d84d (patch)
treef4cf272c04afd7a756f0d4a20cf7c1df7458e9c9 /include/items.php
parent8ffdccb99ff67ea752c8880b859ef8b9f21be585 (diff)
downloadvolse-hubzilla-78d7425a1d9de91343c60be1d0f0a467a674d84d.tar.gz
volse-hubzilla-78d7425a1d9de91343c60be1d0f0a467a674d84d.tar.bz2
volse-hubzilla-78d7425a1d9de91343c60be1d0f0a467a674d84d.zip
wrong var name in add_source_route
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php
index 0384352ba..af0d4d297 100755
--- a/include/items.php
+++ b/include/items.php
@@ -155,9 +155,9 @@ function can_comment_on_post($observer_xchan,$item) {
function add_source_route($iid,$hash) {
- logger('add_source_route ' . $iid . ' ' . $hash, LOGGER_DEBUG);
+// logger('add_source_route ' . $iid . ' ' . $hash, LOGGER_DEBUG);
- if((! $iid) || (! $route))
+ if((! $iid) || (! $hash))
return;
$r = q("select route from item where id = %d limit 1",
intval($iid)