summaryrefslogtreecommitdiff
path: root/actions/apitimelinementions.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-20 13:31:20 -0500
committerEvan Prodromou <evan@status.net>2010-02-20 13:31:20 -0500
commitf3b08461bd476d368d444d48025709fb6a111b7d (patch)
treed5af4db40a036aa2fc45d779746fe89685fbae31 /actions/apitimelinementions.php
parent61a072b3c492fd1b336e84655ffb6a28547acba7 (diff)
Change to use TagURI::base() instead of common_config()
I changed the way that tag: URIs are minted, so we now use the right base. Ideally most of these would use HTTP URIs instead, but for now at least they use the right base.
Diffstat (limited to 'actions/apitimelinementions.php')
-rw-r--r--actions/apitimelinementions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelinementions.php b/actions/apitimelinementions.php
index d2e31d0bd..a39c63346 100644
--- a/actions/apitimelinementions.php
+++ b/actions/apitimelinementions.php
@@ -117,7 +117,7 @@ class ApiTimelineMentionsAction extends ApiBareAuthAction
_('%1$s / Updates mentioning %2$s'),
$sitename, $this->user->nickname
);
- $taguribase = common_config('integration', 'taguri');
+ $taguribase = TagURI::base();
$id = "tag:$taguribase:Mentions:" . $this->user->id;
$link = common_local_url(
'replies',