A child distribution (e.g. a distribution built on top of Panopoly) contains patch information in a .make file for a module defined in the parent distribution, then an undefined index notice is thrown when attempting to build the .make file information. This is a valid scenario if a distribution wants to include additional patches to a contrib that do not exist in the parent distribution.

This function is attempting to build the version information based on the ['version'] or ['download'][branch'] information in the .make file but doesn't check to make sure either exists before trying to grab the data. Need to add a condition in the foreach to continue if neither are found.

Comments

  • caschbre committed 98e6f1e on 7.x-1.x
    Issue #2355911 by caschbre: Fix undefined index 'download' adding...
caschbre’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.