diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-23 15:19:50 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-23 15:19:50 -0700 |
commit | 11861949bbc5867e748eb102344567387c32e75d (patch) | |
tree | 2fb6ebef62f4a5332d78beb9a19ebfc4074d1283 | |
parent | 45259fed14062bd73b8b2ca78ad267b32cb54f7b (diff) | |
download | volse-hubzilla-11861949bbc5867e748eb102344567387c32e75d.tar.gz volse-hubzilla-11861949bbc5867e748eb102344567387c32e75d.tar.bz2 volse-hubzilla-11861949bbc5867e748eb102344567387c32e75d.zip |
add channel_id to local_dir_update hook
-rw-r--r-- | include/dir_fns.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |