2022.09-rc
Michael 2021-05-31 20:02:53 +00:00
rodzic be7a01f086
commit 58531a2748
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -4049,6 +4049,11 @@ class Diaspora
return false;
}
// This is only needed for the automated tests
if (empty($owner['uprvkey'])) {
return false;
}
$message = self::constructComment($item, $owner);
if ($message === false) {
return false;