suppress creating the directory update record for profile updates which are part of the normal import_xchan sequence - otherwise we get two for every change. Create it normally if we are called with a profile_update message and don't go through the whole import_xchan thing.

This commit is contained in:
friendica
2013-09-25 21:22:36 -07:00
parent 00e5ded1c8
commit 6519433301
6 changed files with 24 additions and 10 deletions

View File

@@ -1120,7 +1120,7 @@ function x($s,$k = NULL) {
function system_unavailable() {
include('system_unavailable.php');
include('include/system_unavailable.php');
system_down();
killme();
}