Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ticket/11492] Fix error on teampage when there are no users. #1336

Merged
merged 7 commits into from Apr 11, 2013

Conversation

nickvergessen
Copy link
Contributor

naderman added a commit that referenced this pull request Apr 11, 2013
[ticket/11492] Fix error on teampage when there are no users.
@naderman naderman merged commit 08e7e87 into phpbb:develop Apr 11, 2013
@@ -157,11 +157,13 @@
}
$db->sql_freeresult($result);

if ($config['teampage_forums'])
$user_ids = array_unique($user_ids);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this used later on? !empty($user_ids) has the same result before and after this line.

@nickvergessen nickvergessen deleted the ticket/11492 branch April 10, 2014 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants