1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00
This commit is contained in:
psyc://psyced.org/~lynX 2010-03-02 21:07:19 +01:00
parent 7fca953dde
commit 75467224ae
3 changed files with 15 additions and 10 deletions

View file

@ -216,7 +216,7 @@ varargs string make_query_string(mapping params, int sort) {
return q;
}
checkToken(mapping query) {
object checkToken(mapping query) {
string nick;
object user;
if (nick = query["user"]) user = find_person(nick);