aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-29 02:07:26 -0700
committerfriendica <info@friendica.com>2013-06-29 02:07:26 -0700
commit070aeeefd63cbf87e5ce9dc3b4b476ff33fd58d3 (patch)
tree417ed2ab84abbe1fa06d4290e21c80d090836e1b /include
parent28e0665caddb84598ab2fc74abcd70267d3be7f1 (diff)
parent54b8c6ce368b7d0ebb6cfcfa9709535febb17d54 (diff)
downloadvolse-hubzilla-070aeeefd63cbf87e5ce9dc3b4b476ff33fd58d3.tar.gz
volse-hubzilla-070aeeefd63cbf87e5ce9dc3b4b476ff33fd58d3.tar.bz2
volse-hubzilla-070aeeefd63cbf87e5ce9dc3b4b476ff33fd58d3.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'include')
-rw-r--r--include/settings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/settings.php b/include/settings.php
index e53cfedfa..26f375a42 100644
--- a/include/settings.php
+++ b/include/settings.php
@@ -5,6 +5,7 @@
* such things as personal settings, channel permissions, address book updates, etc.
*/
+require_once('include/zot.php');
function build_sync_packet($uid = 0, $packet = null) {
$a = get_app();
@@ -95,4 +96,4 @@ function build_sync_packet($uid = 0, $packet = null) {
}
-} \ No newline at end of file
+}