Index: trunk/extensions/Wikidata/php-tools/SwissProtImport.php |
— | — | @@ -783,7 +783,7 @@ |
784 | 784 | |
785 | 785 | // add the comment URL as URL attribute to the entry and link URL attribute with text attribute |
786 | 786 | if ($comment->url != ""){ |
787 | | - addURLAttributeValue($definedMeaningId, $attributeMeaningId, $comment->url); |
| 787 | + addLinkAttributeValue($definedMeaningId, $attributeMeaningId, $comment->url); |
788 | 788 | |
789 | 789 | // link comment with its URL |
790 | 790 | //addRelation($textId, $this->hasURLid, $urlId); |