From 68b88c038426bfbe97010f2b85a4675fd49d299f Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 2 Apr 2016 15:49:57 +0200 Subject: [PATCH] Notify and poll aren't fetched at the moment --- include/ostatus.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/ostatus.php b/include/ostatus.php index d6e2e17735..bf14536f9e 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -149,12 +149,11 @@ class ostatus { if ($cid) { // Update it with the current values q("UPDATE `contact` SET `url` = '%s', `name` = '%s', `nick` = '%s', `alias` = '%s', - `about` = '%s', `location` = '%s', `notify` = '%s', `poll` = '%s', + `about` = '%s', `location` = '%s', `success_update` = '%s', `last-update` = '%s' WHERE `id` = %d", dbesc($author["author-link"]), dbesc($contact["name"]), dbesc($contact["nick"]), dbesc($contact["alias"]), dbesc($contact["about"]), dbesc($contact["location"]), - dbesc($contact["notify"]), dbesc($contact["poll"]), dbesc(datetime_convert()), dbesc(datetime_convert()), intval($cid)); // Update the avatar