X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnotifier.php;h=446824a26ae065164374d23b599b8bba464a4dee;hb=18cbe9f6ff275cbb363fd9a0a5014bc8fe3d9f7b;hp=e7eb278effe0f04be4b60810c7427dc6ca79ba29;hpb=2d72e2d93219dfbb3eb237154a8837958cf50ea7;p=friendica.git diff --git a/include/notifier.php b/include/notifier.php index e7eb278eff..446824a26a 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -134,7 +134,7 @@ function notifier_run(&$argv, &$argc){ } elseif($cmd === 'removeme') { $r = q("SELECT `contact`.*, `user`.`pubkey` AS `upubkey`, `user`.`prvkey` AS `uprvkey`, `user`.`timezone`, `user`.`nickname`, `user`.`sprvkey`, `user`.`spubkey`, - `user`.`page-flags`, `user`.`prvnets` + `user`.`page-flags`, `user`.`prvnets`, `user`.`guid` FROM `contact` INNER JOIN `user` ON `user`.`uid` = `contact`.`uid` WHERE `contact`.`uid` = %d AND `contact`.`self` LIMIT 1", intval($item_id));