diff options
author | friendica <info@friendica.com> | 2013-06-29 02:07:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-29 02:07:26 -0700 |
commit | 070aeeefd63cbf87e5ce9dc3b4b476ff33fd58d3 (patch) | |
tree | 417ed2ab84abbe1fa06d4290e21c80d090836e1b | |
parent | 28e0665caddb84598ab2fc74abcd70267d3be7f1 (diff) | |
parent | 54b8c6ce368b7d0ebb6cfcfa9709535febb17d54 (diff) | |
download | volse-hubzilla-070aeeefd63cbf87e5ce9dc3b4b476ff33fd58d3.tar.gz volse-hubzilla-070aeeefd63cbf87e5ce9dc3b4b476ff33fd58d3.tar.bz2 volse-hubzilla-070aeeefd63cbf87e5ce9dc3b4b476ff33fd58d3.zip |
Merge https://github.com/friendica/red into zpull
-rw-r--r-- | include/settings.php | 3 |
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 +} |