Merge pull request #9546 from annando/ostatus-notice

Fix Notice: Undefined variable: valid in /src/Protocol/OStatus.php
This commit is contained in:
Hypolite Petovan 2020-11-18 13:25:30 -05:00 committed by GitHub
commit fb568ba462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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) {