Merge branch 'dev'

This commit is contained in:
zotlabs 2018-09-18 17:49:37 -07:00
commit 9da9541871

View file

@ -2283,12 +2283,6 @@ function item_store_update($arr, $allow_exec = false, $deliver = true, $linkid =
unset($arr['iconfig']); unset($arr['iconfig']);
} }
if(! dbesc_array($arr)) {
$ret['message'] = 'DB array malformed';
return $ret;
}
logger('item_store_update: ' . print_r($arr,true), LOGGER_DATA); logger('item_store_update: ' . print_r($arr,true), LOGGER_DATA);
$str = ''; $str = '';