aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+}