There is a bug in civicrm_events.module on line 146. The is ">" should be "=" edit line to:

$whereCondition .= " AND civicrm_event.is_public = '" .$ispublicEvents. "'";

Comments

brylie’s picture

Status: Active » Needs review
StatusFileSize
new424 bytes

I have created a patch file with the above info. Please incorporate this into the development version.