Fixed "Argument 4 passed to Friendica\Protocol\DFRN::processVerbs() must be of the type bool"

This commit is contained in:
Roland Häder 2022-06-16 19:39:49 +02:00
parent dd54e52575
commit a587217f47
1 changed files with 3 additions and 0 deletions

View File

@ -2074,6 +2074,9 @@ class DFRN
}
}
// Need to initialize variable, otherwise E_NOTICE will happen
$is_like = false;
if (!self::processVerbs($entrytype, $importer, $item, $is_like)) {
Logger::info("Exiting because 'processVerbs' told us so");
return;