aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-13 19:15:42 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-13 19:15:42 -0800
commitfdd2da905a27fab838aa34ef7baf0ee2c5c3c5f7 (patch)
tree0b15e6b628627ddfd1ed2709bebc2e7e8a7e9e83 /include/attach.php
parent2cceca49e9a0666ceaeb5758603a6ec3e5d75171 (diff)
downloadvolse-hubzilla-fdd2da905a27fab838aa34ef7baf0ee2c5c3c5f7.tar.gz
volse-hubzilla-fdd2da905a27fab838aa34ef7baf0ee2c5c3c5f7.tar.bz2
volse-hubzilla-fdd2da905a27fab838aa34ef7baf0ee2c5c3c5f7.zip
more work on api media uploads
Diffstat (limited to 'include/attach.php')
-rw-r--r--include/attach.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php
index 36b971712..20e8b7444 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -430,7 +430,7 @@ function attach_store($channel, $observer_hash, $options = '', $arr = null) {
$observer = $x[0];
}
- logger('arr: ' . print_r($arr,true));
+ logger('arr: ' . print_r($arr,true), LOGGER_DATA);
if(! perm_is_allowed($channel_id,$observer_hash, 'write_storage')) {
$ret['message'] = t('Permission denied.');