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
2 changed files with 217 additions and 215 deletions
Showing only changes of commit d426c1fd0c - Show all commits

428
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -13,11 +13,11 @@ class Claim extends Entity {
$link = 'lbry://' . $link;
return $link;
}
function getExplorerLink() {
$link = '/claims/' . $this->ClaimId;
return $link;
}
}
?>
?>