Notify and poll aren't fetched at the moment

pull/3010/head
Michael Vogel 2016-04-02 15:49:57 +02:00 zatwierdzone przez Roland Haeder
rodzic 0c6ff4202d
commit e99ec7feeb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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