diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-07-01 18:11:18 +0100 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-07-01 18:11:18 +0100 |
commit | 67af6252c63bc508c4904632bf9e99dcb1b89cb9 (patch) | |
tree | 456ba79252049e9d7609f67a2c88518bdcc7f6ae /include/dir_fns.php | |
parent | 03e4240a223e87b86d8c5747492acdc79ef98931 (diff) | |
parent | 502b30e7689f28e72bebc35114f126db017bd456 (diff) | |
download | volse-hubzilla-67af6252c63bc508c4904632bf9e99dcb1b89cb9.tar.gz volse-hubzilla-67af6252c63bc508c4904632bf9e99dcb1b89cb9.tar.bz2 volse-hubzilla-67af6252c63bc508c4904632bf9e99dcb1b89cb9.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'include/dir_fns.php')
-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 2f4830d05..1bc97cfec 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -157,7 +157,7 @@ function update_directory_entry($ud) { $j = json_decode($x['body'],true); if($j) $success = true; - $y = import_xchan($j,0); + $y = import_xchan($j,0,$ud); } if(! $success) { $r = q("update updates set ud_last = '%s' where ud_addr = '%s'", |