mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
+
This commit is contained in:
parent
7fca953dde
commit
75467224ae
3 changed files with 15 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue