diff options
author | Mario Vavti <mario@mariovavti.com> | 2023-04-12 18:40:51 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2023-04-12 18:40:51 +0200 |
commit | ae074153c8367c9fac143ac29349b9f9d802e90a (patch) | |
tree | e43acc51990ed6a81717d1fd47688dcd2dfec694 /Zotlabs/Lib/Libzot.php | |
parent | 63d46dbdfbb551b4c5c8b35e3498a0fd6978f675 (diff) | |
download | volse-hubzilla-ae074153c8367c9fac143ac29349b9f9d802e90a.tar.gz volse-hubzilla-ae074153c8367c9fac143ac29349b9f9d802e90a.tar.bz2 volse-hubzilla-ae074153c8367c9fac143ac29349b9f9d802e90a.zip |
remouve updates stuff from import_directory_profile()
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index 23f3ef08f..1c7098f66 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -942,7 +942,7 @@ class Libzot { // be in directories for the local realm (foo) and also the RED_GLOBAL realm. if (array_key_exists('profile', $arr) && is_array($arr['profile']) && (!$other_realm)) { - $profile_changed = Libzotdir::import_directory_profile($xchan_hash, $arr['profile'], $address, $ud_flags, 1); + $profile_changed = Libzotdir::import_directory_profile($xchan_hash, $arr['profile']); if ($profile_changed) { $what .= 'profile '; $changed = true; |