mirror of
https://github.com/friendica/friendica
synced 2025-04-27 21:10:11 +00:00
Function renamed to better reflect the purpose
This commit is contained in:
parent
825a7f9f93
commit
a55057d974
4 changed files with 4 additions and 4 deletions
|
@ -3141,7 +3141,7 @@ class Item
|
|||
* array $arr
|
||||
* 'post_id' => ID of posted item
|
||||
*/
|
||||
public static function performLike($item_id, $verb)
|
||||
public static function performActivity($item_id, $verb)
|
||||
{
|
||||
if (!Session::isAuthenticated()) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue