From fc550ae330102eed57905b423ff2d8b8a64b48d3 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 4 May 2014 17:10:33 -0700 Subject: issue #432 permission changes lost editing webpage (and other non-post items) --- include/items.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/items.php b/include/items.php index ea6a7fcb9..7a94336be 100755 --- a/include/items.php +++ b/include/items.php @@ -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']; -- cgit v1.2.3