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

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