Webfinger::zot_url() requires a string (webfinger address), empty var given in update_directory_entry()
This commit is contained in:
parent
682ffa7cf5
commit
3a07a194ab
@ -307,7 +307,7 @@ class Libzotdir {
|
|||||||
if ($ud['ud_addr'] && (! ($ud['ud_flags'] & UPDATE_FLAGS_DELETED))) {
|
if ($ud['ud_addr'] && (! ($ud['ud_flags'] & UPDATE_FLAGS_DELETED))) {
|
||||||
$success = false;
|
$success = false;
|
||||||
|
|
||||||
$href = \Zotlabs\Lib\Webfinger::zot_url(punify($url));
|
$href = \Zotlabs\Lib\Webfinger::zot_url($ud['ud_addr']);
|
||||||
if($href) {
|
if($href) {
|
||||||
$zf = \Zotlabs\Lib\Zotfinger::exec($href);
|
$zf = \Zotlabs\Lib\Zotfinger::exec($href);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user