remove unlinked publicpeopletagcloud

This commit is contained in:
Evan Prodromou
2011-09-27 10:55:10 -04:00
parent 88c00facc8
commit 5eddfd1eab
4 changed files with 0 additions and 194 deletions

View File

@@ -904,10 +904,6 @@ class Router
// people tags
if (!common_config('performance', 'high')) {
$m->connect('peopletags', array('action' => 'publicpeopletagcloud'));
}
$m->connect('peopletag/:tag', array('action' => 'peopletag',
'tag' => self::REGEX_TAG));