Remove include/like

This commit is contained in:
Hypolite Petovan 2018-02-01 14:17:31 -05:00
parent 974539913c
commit 1ef02bd36b
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
<?php
/**
* @file include/like.php
*/
use Friendica\Model\Item;
function do_like($item_id, $verb) {
Item::performLike($item_id, $verb);
}