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

Fixes #35 - Disallowed forums #41

Merged
merged 1 commit into from
Nov 1, 2014
Merged

Conversation

ATofighi
Copy link
Owner

@ATofighi ATofighi commented Nov 1, 2014

#35

@ATofighi ATofighi self-assigned this Nov 1, 2014
ATofighi added a commit that referenced this pull request Nov 1, 2014
@ATofighi ATofighi merged commit fd2fc2d into ATofighi:master Nov 1, 2014
@ATofighi ATofighi deleted the fix-35 branch December 10, 2014 11:41
if($disallowedforums)
{
$disallowedforums = " AND fid NOT IN ($disallowedforums)";
$disallowedforums = " AND thread.fid NOT IN ($disallowedforums)";
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think there is a mistake here, You are overwriting the first variable.

@ATofighi
Copy link
Owner Author

@Sama34 Ah, your right.

ATofighi added a commit that referenced this pull request Dec 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants