aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-25 15:34:57 -0700
committerfriendica <info@friendica.com>2012-06-25 15:34:57 -0700
commit89ad19ce01f396ca71f4a991699871b26cf90b29 (patch)
tree7640598f99b1dfddc8a8a77f9ae13f5e438979c2 /mod
parenteebb2d2120b91c09238e970b2292059a04960aa7 (diff)
parentd944ff7833355f3bae7befd9c97becf01c4083b1 (diff)
downloadvolse-hubzilla-89ad19ce01f396ca71f4a991699871b26cf90b29.tar.gz
volse-hubzilla-89ad19ce01f396ca71f4a991699871b26cf90b29.tar.bz2
volse-hubzilla-89ad19ce01f396ca71f4a991699871b26cf90b29.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'mod')
-rw-r--r--mod/item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php
index c1c0b14ec..54f9fc06a 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -108,7 +108,7 @@ function item_post(&$a) {
}
}
- if($parent) logger('mod_post: parent=' . $parent);
+ if($parent) logger('mod_item: item_post parent=' . $parent);
$profile_uid = ((x($_REQUEST,'profile_uid')) ? intval($_REQUEST['profile_uid']) : 0);
$post_id = ((x($_REQUEST,'post_id')) ? intval($_REQUEST['post_id']) : 0);