diff options
author | redmatrix <git@macgirvin.com> | 2016-07-18 13:44:39 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-18 13:44:39 -0700 |
commit | f9b67d3630785958cf21d2368d63a1aa28b1d783 (patch) | |
tree | 014573e4a0c64dfd6cfef47f0ff833c8041900b0 /include/zot.php | |
parent | 10fa5c20e76dfd6ab85a7cda03a96b56a4b6870a (diff) | |
download | volse-hubzilla-f9b67d3630785958cf21d2368d63a1aa28b1d783.tar.gz volse-hubzilla-f9b67d3630785958cf21d2368d63a1aa28b1d783.tar.bz2 volse-hubzilla-f9b67d3630785958cf21d2368d63a1aa28b1d783.zip |
more perms work
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 9e0a4ffa1..2ebcc4bf0 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3062,7 +3062,8 @@ function process_channel_sync_delivery($sender, $arr, $deliveries) { require_once('include/import.php'); - /** @FIXME this will sync red structures (channel, pconfig and abook). Eventually we need to make this application agnostic. */ + /** @FIXME this will sync red structures (channel, pconfig and abook). + Eventually we need to make this application agnostic. */ $result = array(); |