summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-07-17 12:33:12 -0400
committerCraig Andrews <candrews@integralblue.com>2009-07-17 12:33:12 -0400
commit9ed117dc3a405175359d0a541dddfb14cdf15d47 (patch)
tree88737836558c5f7d45ca6e84342c5eb991293f53 /actions/shownotice.php
parenta35794e3c3bd147d3344eaad4b669f45595a3df5 (diff)
Move the oembed endpoint to /main/oembed
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r--actions/shownotice.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php
index 4cf226f1c..8f73dc824 100644
--- a/actions/shownotice.php
+++ b/actions/shownotice.php
@@ -279,14 +279,14 @@ class ShownoticeAction extends OwnerDesignAction
'type'=>'application/json+oembed',
'href'=>common_local_url(
'api',
- array('apiaction'=>'laconica','method'=>'oembed.json'),
+ array('apiaction'=>'oembed','method'=>'oembed.json'),
array('url'=>$this->notice->uri)),
'title'=>'oEmbed'),null);
$this->element('link',array('rel'=>'alternate',
'type'=>'text/xml+oembed',
'href'=>common_local_url(
'api',
- array('apiaction'=>'laconica','method'=>'oembed.xml'),
+ array('apiaction'=>'oembed','method'=>'oembed.xml'),
array('url'=>$this->notice->uri)),
'title'=>'oEmbed'),null);
}