aboutsummaryrefslogtreecommitdiffstats
path: root/include/dir_fns.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-23 15:19:50 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-23 15:19:50 -0700
commit11861949bbc5867e748eb102344567387c32e75d (patch)
tree2fb6ebef62f4a5332d78beb9a19ebfc4074d1283 /include/dir_fns.php
parent45259fed14062bd73b8b2ca78ad267b32cb54f7b (diff)
downloadvolse-hubzilla-11861949bbc5867e748eb102344567387c32e75d.tar.gz
volse-hubzilla-11861949bbc5867e748eb102344567387c32e75d.tar.bz2
volse-hubzilla-11861949bbc5867e748eb102344567387c32e75d.zip
add channel_id to local_dir_update hook
Diffstat (limited to 'include/dir_fns.php')
-rw-r--r--include/dir_fns.php2
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();