]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/router.php
remove unlinked publicpeopletagcloud
[quix0rs-gnu-social.git] / lib / router.php
index b0124375deb62726d3e8b00507c13a54963a17b8..2011d2708c297473831cd303b39c9d54e4dba17d 100644 (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));