From 11861949bbc5867e748eb102344567387c32e75d Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 23 May 2015 15:19:50 -0700 Subject: add channel_id to local_dir_update hook --- include/dir_fns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dir_fns.php') diff --git a/include/dir_fns.php b/include/dir_fns.php index a67a429ae..77c78558c 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -431,7 +431,7 @@ function local_dir_update($uid, $force) { ); } - $arr = array('hash' => $hash, 'profile' => $profile); + $arr = array('channel_id' => $uid, 'hash' => $hash, 'profile' => $profile); call_hooks('local_dir_update', $arr); $address = $p[0]['channel_address'] . '@' . get_app()->get_hostname(); -- cgit v1.2.3