Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing php throwing a warning with extract
If the args passed to extract are not an array php throws an error. Added a check to make sure the args are an array before running extract.
- Loading branch information