aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-06-28 20:41:58 +0100
committerThomas Willingham <founder@kakste.com>2013-06-28 20:41:58 +0100
commit54b8c6ce368b7d0ebb6cfcfa9709535febb17d54 (patch)
tree7f3862386b25b86dfd6a09fd724c41c4144f2295
parent6fba7ac1aff92e327357d21b00e8919e041d8395 (diff)
downloadvolse-hubzilla-54b8c6ce368b7d0ebb6cfcfa9709535febb17d54.tar.gz
volse-hubzilla-54b8c6ce368b7d0ebb6cfcfa9709535febb17d54.tar.bz2
volse-hubzilla-54b8c6ce368b7d0ebb6cfcfa9709535febb17d54.zip
Missing 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
+}