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
|
@ -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);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$valid = true;
|
||||
}
|
||||
|
||||
if ($valid) {
|
||||
|
|
Loading…
Reference in a new issue