Details
Description
civicrm/api/v3/Events.php includes this line...
$eventDAO->whereAdd( '( is_template IS NULL ) OR ( is_template = 0 )' );
That makes it impossible to return event templates. This patch makes that line the default, but allows you to include is_template=1 in the query to get a list of event templates.