This commit is contained in:
friendica 2013-06-29 02:07:26 -07:00
commit 070aeeefd6

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