Skip to content

Instantly share code, notes, and snippets.

@richlove1
Created June 29, 2012 09:25
Show Gist options
  • Save richlove1/3016892 to your computer and use it in GitHub Desktop.
Save richlove1/3016892 to your computer and use it in GitHub Desktop.
Change to Sites/all/modules/custom/parser_eventrss/includes/eventrsssimplepieparser.inc
<?php
public function parse(FeedsImportBatch $batch, FeedsSource $source) {
$result = parent::parse(&$batch, $source);
/*-----------------------------------------------------------------------------
became....
-----------------------------------------------------------------------------*/
public function parse(FeedsImportBatch &$batch, FeedsSource $source) {
$result = parent::parse($batch, $source);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment