aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-04 17:10:33 -0700
committerfriendica <info@friendica.com>2014-05-04 17:10:33 -0700
commitfc550ae330102eed57905b423ff2d8b8a64b48d3 (patch)
treeb782f090eb47c78201eb70c8483cf646d41a182c /include
parent3da4656e412730706b8e0be44dc0a751d38fdee6 (diff)
downloadvolse-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')
-rwxr-xr-xinclude/items.php2
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'];