We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

duplicate checking bug | Forum

yaser alimardany
yaser alimardany Jan 9 '16
I think that if condition in method of addFakeQuestions() in join.php is wrong.

because if statement written like this: if ( !empty($oldQuestionList) && !empty($oldQuestionList) ).

I think it should be like this: if ( !empty($oldQuestionList) && !empty($allQuestionList) )

ross Team
ross Jan 12 '16
Yes, it is just a typo, it won't lead to any error as the condition login is still correct. Thank you for the report we have passed it to our devs, it will be fixed asap. 
ross Team
ross Jan 12 '16
Topic was moved from General Questions.
yaser alimardany
yaser alimardany Jan 12 '16
i think you should use $allQuestionList in 2'th part of condition.