Download & Extend

test for results in Content Glider strips last node from display

Project:Content Glider
Version:6.x-1.4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

@ line 163 this code checks for results, but also removes the last (current) result from the display

I have commented it out and module works fine - I know I have results

if (!db_result($results)) {
      return;
}

Comments

#1

I can also confirm that commenting those lines out definitely fixes this issue.

I'd also like to state that the lines need to be commented out in the content_glider.module file.

#2

Status:active» closed (fixed)

Fixed applied to 6.x-1.5. The line still exist since we need to avoid empty result. We avoid last node going lost by call again the query.

Thanks for bug report.