mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
enumerate required php modules
This commit is contained in:
parent
efd8ab6c72
commit
22f7ffc2d7
2 changed files with 2 additions and 2 deletions
|
@ -419,8 +419,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
|
|||
}
|
||||
|
||||
$r = q("SELECT * FROM `contact` WHERE `dfrn-id` = '%s' LIMIT 1",
|
||||
dbesc($decrypted_dfrn_id),
|
||||
intval($local_uid)
|
||||
dbesc($decrypted_dfrn_id)
|
||||
);
|
||||
if(count($r)) {
|
||||
$message = t('The ID provided by your system is a duplicate on our system. It should work if you try again.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue