Missing include

This commit is contained in:
Thomas Willingham 2013-06-28 20:41:58 +01:00
parent 6fba7ac1af
commit 54b8c6ce36

View File

@ -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) {
}
}
}