Changed getLink function name
This commit is contained in:
parent
1505548a3a
commit
69734f2add
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ namespace App\Model\Entity;
|
|||
use Cake\ORM\Entity;
|
||||
|
||||
class Claim extends Entity {
|
||||
function getLink() {
|
||||
function getLbryLink() {
|
||||
$link = $this->Name;
|
||||
if (isset($this->Publisher->Name)) {
|
||||
$link = $this->Publisher->Name . '/' . $link;
|
||||
|
|
Loading…
Reference in a new issue