aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-27 16:29:13 -0800
committerredmatrix <git@macgirvin.com>2016-02-27 16:29:13 -0800
commitcd5630476fd9637a76bae81a22d2891f626aebea (patch)
treedf26eb4a40f91d47886581ccfd1e976e902956f0 /include
parentf7f20c5917a8e381118cc13fade0dbc3da2423ee (diff)
parent44797fe988af093710ddba5d93146da93b7d7f70 (diff)
downloadvolse-hubzilla-cd5630476fd9637a76bae81a22d2891f626aebea.tar.gz
volse-hubzilla-cd5630476fd9637a76bae81a22d2891f626aebea.tar.bz2
volse-hubzilla-cd5630476fd9637a76bae81a22d2891f626aebea.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'include')
-rw-r--r--include/attach.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/attach.php b/include/attach.php
index 10ff9f13f..78114b415 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -13,6 +13,7 @@
require_once('include/permissions.php');
require_once('include/security.php');
+require_once('include/group.php');
/**
* @brief Guess the mimetype from file ending.
@@ -1314,6 +1315,8 @@ function attach_delete($channel_id, $resource, $is_photo = 0) {
);
file_activity($channel_id, $object, $object['allow_cid'], $object['allow_gid'], $object['deny_cid'], $object['deny_gid'], 'update', $notify=1);
+
+ return;
}
/**