projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25fd77
)
Removed a worker call - this needs more work
author
Michael
<heluecht@pirati.ca>
Mon, 8 Apr 2019 21:35:00 +0000
(21:35 +0000)
committer
Michael
<heluecht@pirati.ca>
Mon, 8 Apr 2019 21:35:00 +0000
(21:35 +0000)
src/Model/Contact.php
patch
|
blob
|
history
diff --git
a/src/Model/Contact.php
b/src/Model/Contact.php
index 2916cf1bb23288c107594fcbc2193a66cebc52ed..47b2a8b1e614eaeee98af9070a0fa0d4135cc3f2 100644
(file)
--- a/
src/Model/Contact.php
+++ b/
src/Model/Contact.php
@@
-1255,11
+1255,6
@@
class Contact extends BaseObject
$update_contact = true;
}
- // Update the contact in the background if needed
- if ($update_contact && $no_update) {
- Worker::add(PRIORITY_LOW, "UpdateContact", $contact_id);
- }
-
if (!$update_contact || $no_update) {
return $contact_id;
}