mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-19 22:03:40 +00:00
Merge pull request #732 from annando/single-notice
One single notice ...
This commit is contained in:
commit
face0c02f0
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ function pumpio_action(App $a, $uid, $uri, $action, $content = "")
|
|||
} else {
|
||||
logger('pumpio_action '.$username.' '.$action.': general error: '.$uri.' '.print_r($user, true));
|
||||
|
||||
$r = q("SELECT `id` FROM `contact` WHERE `uid` = %d AND `self`", $b['uid']);
|
||||
$r = q("SELECT `id` FROM `contact` WHERE `uid` = %d AND `self`", $uid);
|
||||
if (DBA::isResult($r)) {
|
||||
$a->contact = $r[0]["id"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue