]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/router.php
[CORE] MySQL 5.5 support fully restored
[quix0rs-gnu-social.git] / lib / router.php
index ab6595b8f8a51b44bd12692f2ef261b4a512bd14..be87afd88d647ab8187b4a53c26f8a2b941a326b 100644 (file)
@@ -924,7 +924,7 @@ class Router
 
                 $m->connect('all/:tag',
                                 array('action' => 'showprofiletag',
-                                      'nickname' => $nickname,
+                                      'tagger' => $nickname,
                                       'tag' => self::REGEX_TAG));
 
                 foreach (array('subscriptions', 'subscribers') as $a) {