From 54b8c6ce368b7d0ebb6cfcfa9709535febb17d54 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 28 Jun 2013 20:41:58 +0100 Subject: Missing include --- include/settings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 +} -- cgit v1.2.3