WhiteHouse / buildmanager

Note: This project is in active development. Documentation may not be totally up to date. Stable release (and corresponding documentation) hopefully coming soon.
12 stars 15 forks source link

Undefined index notice in array_merge_recursive_distinct() #9

Closed TravisCarden closed 9 years ago

TravisCarden commented 10 years ago

array_merge_recursive_distinct() causes an undefined index notice, resulting in dozens of lines like the following every time I run buildmanager-build:

Undefined index: views buildmanager.drush.inc:486 [2.26 sec, 8.49MB] [notice]

I'm pretty sure the following is the fix. It eliminates the notices, and it shouldn't affect behavior.