diff options
author | friendica <info@friendica.com> | 2012-06-25 15:34:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-25 15:34:57 -0700 |
commit | 89ad19ce01f396ca71f4a991699871b26cf90b29 (patch) | |
tree | 7640598f99b1dfddc8a8a77f9ae13f5e438979c2 /mod/item.php | |
parent | eebb2d2120b91c09238e970b2292059a04960aa7 (diff) | |
parent | d944ff7833355f3bae7befd9c97becf01c4083b1 (diff) | |
download | volse-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/item.php')
-rw-r--r-- | mod/item.php | 2 |
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); |