]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/router.php
FileAction removed (we have AttachmentAction).
[quix0rs-gnu-social.git] / lib / router.php
index 888d1f28dd3976c3188eb71a7758baa911c5cca2..d04a37d69731de6346fd72104d74e2a6a02d35ce 100644 (file)
@@ -237,10 +237,6 @@ class Router
 
             $m->connect('notice/new', array('action' => 'newnotice'));
 
-            $m->connect('notice/:notice/file',
-                        array('action' => 'file'),
-                        array('notice' => '[0-9]+'));
-
             $m->connect('notice/:notice',
                         array('action' => 'shownotice'),
                         array('notice' => '[0-9]+'));