Fixed "Argument 4 passed to Friendica\Protocol\DFRN::processVerbs() must be of the type bool"
This commit is contained in:
parent
dd54e52575
commit
a587217f47
|
@ -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)) {
|
if (!self::processVerbs($entrytype, $importer, $item, $is_like)) {
|
||||||
Logger::info("Exiting because 'processVerbs' told us so");
|
Logger::info("Exiting because 'processVerbs' told us so");
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue