From 59094cda5166e58a451cb0372a59d8059cbacd6f Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 10 Feb 2014 20:38:26 -0800 Subject: reversed args in update_modtime, incorrect ud_guid and ud_hash --- include/dir_fns.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/dir_fns.php') diff --git a/include/dir_fns.php b/include/dir_fns.php index ab8b67985..74e12c078 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -221,8 +221,8 @@ function syncdirs($uid) { } } - $ud_hash = random_string(); - update_modtime($ud_hash,$hash,$p[0]['channel_address'] . '@' . get_app()->get_hostname(),1); + $ud_hash = random_string() . '@' . get_app()->get_hostname(); + update_modtime($hash,$ud_hash,$p[0]['channel_address'] . '@' . get_app()->get_hostname(),1); } -- cgit v1.2.3