fuel / core

Fuel PHP Framework - The core of the Fuel v1 framework
http://fuelphp.com
811 stars 344 forks source link

Fix issue with package and module #2175

Closed Rin3917 closed 2 years ago

Rin3917 commented 2 years ago

Fix bug induced by commit 2317bc2591f58bb9eec3849f72a1a6f6dd47ab7a from a couple of weeks in the loaded and exists methods of both classes Package and Module.

Since its capitalized on load, but the array_key_exists doesn't make sure it is.

WanWizard commented 2 years ago

Hmm., yeah, well spotted! :+1: