X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Flike.php;h=6aef0cb5b8b3b4421e8ac25c764def3a0ac1d764;hb=a0f3fe6fde55a61291ce96f657262c6b084b5894;hp=02681438469293cb9dd5e60d95eb79fee5107abb;hpb=f27fad7b477582cd069d983423103c4208dae7c5;p=friendica.git diff --git a/include/like.php b/include/like.php index 0268143846..6aef0cb5b8 100644 --- a/include/like.php +++ b/include/like.php @@ -43,7 +43,7 @@ function do_like($item_id, $verb) { $activity = ACTIVITY_ATTENDMAYBE; break; default: - return; + return false; break; }