mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fix for bug #494740
git-svn-id: file:///svn/phpbb/trunk@1636 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
65220c114c
commit
515b97f5b3
1 changed files with 1 additions and 1 deletions
|
@ -1214,7 +1214,7 @@ else if( $query_keywords != "" || $query_author != "" || $search_id )
|
||||||
|
|
||||||
"U_VIEW_FORUM" => $forum_url,
|
"U_VIEW_FORUM" => $forum_url,
|
||||||
"U_VIEW_TOPIC" => $topic_url,
|
"U_VIEW_TOPIC" => $topic_url,
|
||||||
"U_TOPIC_POSTER_PROFILE" => $topic_poster_profile_url)
|
"U_TOPIC_POSTER_PROFILE" => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $searchset[$i]['user_id']))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue