mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Merge pull request #9546 from annando/ostatus-notice
Fix Notice: Undefined variable: valid in /src/Protocol/OStatus.php
This commit is contained in:
commit
fb568ba462
1 changed files with 2 additions and 0 deletions
|
@ -521,6 +521,8 @@ class OStatus
|
||||||
Logger::log("Item with uri ".self::$itemlist[0]['uri']." will be imported since the thread contains posts or shares.", Logger::DEBUG);
|
Logger::log("Item with uri ".self::$itemlist[0]['uri']." will be imported since the thread contains posts or shares.", Logger::DEBUG);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$valid = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($valid) {
|
if ($valid) {
|
||||||
|
|
Loading…
Reference in a new issue