mirror of
https://github.com/friendica/friendica
synced 2025-04-22 00:30:10 +00:00
Fix missing $ in front of variable names
This commit is contained in:
parent
8a5ef2b6f4
commit
e7be87df93
2 changed files with 2 additions and 2 deletions
|
@ -1653,7 +1653,7 @@ class OStatus
|
|||
}
|
||||
|
||||
if (!DBA::isResult($r)) {
|
||||
$contact = owner;
|
||||
$contact = $owner;
|
||||
}
|
||||
|
||||
if (!isset($contact["poll"])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue