producerphp / producer.producer

Tools for producing library packages.
MIT License
104 stars 6 forks source link

Fix variable leaking from previous loop #11

Closed pierredup closed 8 years ago

pierredup commented 8 years ago

When checking for supported files, the variable $found is never updated in the second loop, which means the value can leak from the last entry of the previous loop

pmjones commented 8 years ago

Thanks!