]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Resolve Group Aliases in showgroup.php
authorChristopher Vollick <psycotica0@gmail.com>
Wed, 19 Aug 2009 13:22:06 +0000 (09:22 -0400)
committerChristopher Vollick <psycotica0@gmail.com>
Wed, 19 Aug 2009 13:37:27 +0000 (09:37 -0400)
commitb4c345392372ca39e0a5061b281df2074575e9d7
tree45f2f9c5d149afc5be866b7e65a9d2f3be9316e2
parentd647483a27faad7bf5297255a68b6b3b82426b88
Resolve Group Aliases in showgroup.php

For Example, let's say 'alias' was an alias for the group 'group'.
Previously, if you went to '/group/group' it'd work, but '/group/alias' it'd say "No Such Group".
This was untrue.

Now it checks aliases when it can't find a group with a given name.
If it finds one it redirects you to the original group.
actions/showgroup.php