Fixed  Unused Variable in XenForo_Search_SourceHandler_MySqlFtp

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
In XenForo_Search_SourceHandler_MySqlFtp in method executeSearchByUserId line 275 you have a unused variable
PHP:
$selectFields = 'search_index.content_type, search_index.content_id';

Maybe you wanted to use the variable in the query like in the executesearch method and you didn't^^

It#s not really a bug, but i reported it because i've seen it^^
 
Top Bottom