Merge fix for PR 33 #37

Merged
akinwale merged 8 commits from tx-claim-link into master 2018-10-19 13:54:54 +02:00
Showing only changes of commit 69734f2add - Show all commits

View file

@ -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;