diff options
author | redmatrix <git@macgirvin.com> | 2016-02-05 13:32:15 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-05 13:32:15 -0800 |
commit | 7868e476435b7d8d4530dea19686fdae04d5eb68 (patch) | |
tree | a85077184cc679e6048a33d571f22e4cce6a195a /include/zot.php | |
parent | b4e3cd000f9919ce459d32e21e5ca121338a6c24 (diff) | |
download | volse-hubzilla-7868e476435b7d8d4530dea19686fdae04d5eb68.tar.gz volse-hubzilla-7868e476435b7d8d4530dea19686fdae04d5eb68.tar.bz2 volse-hubzilla-7868e476435b7d8d4530dea19686fdae04d5eb68.zip |
more uno groundwork
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index 0210f3f4a..e9335769e 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2868,6 +2868,9 @@ function import_site($arr, $pubkey) { */ function build_sync_packet($uid = 0, $packet = null, $groups_changed = false) { + if(UNO) + return; + $a = get_app(); logger('build_sync_packet'); @@ -2997,6 +3000,9 @@ function build_sync_packet($uid = 0, $packet = null, $groups_changed = false) { */ function process_channel_sync_delivery($sender, $arr, $deliveries) { + if(UNO) + return; + require_once('include/import.php'); /** @FIXME this will sync red structures (channel, pconfig and abook). Eventually we need to make this application agnostic. */ |