Remove stale references to old apiaction parameter

This commit is contained in:
Zach Copley 2009-11-01 16:32:45 -08:00
parent 01dd745a9c
commit 4abbf44068
1 changed files with 0 additions and 12 deletions

View File

@ -360,11 +360,6 @@ class Router
'id' => '[a-zA-Z0-9]+',
'format' => '(xml|json)'));
$m->connect('api/users/:method',
array('action' => 'api',
'apiaction' => 'users'),
array('method' => 'show(\.(xml|json))?'));
// direct messages
$m->connect('api/direct_messages.:format',
@ -459,13 +454,6 @@ class Router
array('action' => 'ApiFavoriteDestroy',
'id' => '[a-zA-Z0-9]+',
'format' => '(xml|json)'));
// notifications
$m->connect('api/notifications/:method/:argument',
array('action' => 'api',
'apiaction' => 'favorites'));
// blocks
$m->connect('api/blocks/create/:id.:format',