aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-11 18:02:28 -0800
committerzotlabs <mike@macgirvin.com>2018-02-11 18:02:28 -0800
commita31331bfd9500ad7dab117692b2c118d99c5c2f0 (patch)
tree600e43db80cf844e11d55a10610a930653c4d2b2 /include/items.php
parent07d33a11830e52499842b99ded964b0a934116d7 (diff)
downloadvolse-hubzilla-a31331bfd9500ad7dab117692b2c118d99c5c2f0.tar.gz
volse-hubzilla-a31331bfd9500ad7dab117692b2c118d99c5c2f0.tar.bz2
volse-hubzilla-a31331bfd9500ad7dab117692b2c118d99c5c2f0.zip
hubzilla issue #972 - provide system toggle to allow/disallow anonymous comments
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index c7206458e..42f147eec 100755
--- a/include/items.php
+++ b/include/items.php
@@ -3653,7 +3653,7 @@ function delete_item_lowlevel($item, $stage = DROPITEM_NORMAL, $force = false) {
$linked_item = (($item['resource_id']) ? true : false);
- logger('item: ' . $item . ' stage: ' . $stage . ' force: ' . $force, LOGGER_DATA);
+ logger('item: ' . $item['id'] . ' stage: ' . $stage . ' force: ' . $force, LOGGER_DATA);
switch($stage) {
case DROPITEM_PHASE2: