issue #432 permission changes lost editing webpage (and other non-post items)

This commit is contained in:
friendica
2014-05-04 17:10:33 -07:00
parent 3da4656e41
commit fc550ae330
2 changed files with 11 additions and 6 deletions

View File

@@ -1971,8 +1971,6 @@ function item_store($arr,$allow_exec = false) {
function item_store_update($arr,$allow_exec = false) {
$d = array('item' => $arr, 'allow_exec' => $allow_exec);
call_hooks('item_store_update', $d );
$arr = $d['item'];