mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:10:11 +00:00
cleanup to ensure protocol version is passed properly. We will need it if/when any incompatible protocol changes are introduced.
This commit is contained in:
parent
3c440f70c6
commit
033935c194
6 changed files with 44 additions and 22 deletions
|
@ -197,7 +197,7 @@ function dfrn_request_post(&$a) {
|
|||
}
|
||||
|
||||
|
||||
if($network == 'dfrn') {
|
||||
if($network === 'dfrn') {
|
||||
$ret = q("SELECT * FROM `contact` WHERE `uid` = %d AND `url` = '%s' LIMIT 1",
|
||||
intval($uid),
|
||||
dbesc($url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue