diff options
author | friendica <info@friendica.com> | 2014-05-04 17:10:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-04 17:10:33 -0700 |
commit | fc550ae330102eed57905b423ff2d8b8a64b48d3 (patch) | |
tree | b782f090eb47c78201eb70c8483cf646d41a182c /include/items.php | |
parent | 3da4656e412730706b8e0be44dc0a751d38fdee6 (diff) | |
download | volse-hubzilla-fc550ae330102eed57905b423ff2d8b8a64b48d3.tar.gz volse-hubzilla-fc550ae330102eed57905b423ff2d8b8a64b48d3.tar.bz2 volse-hubzilla-fc550ae330102eed57905b423ff2d8b8a64b48d3.zip |
issue #432 permission changes lost editing webpage (and other non-post items)
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 0 insertions, 2 deletions
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']; |