WordPoints / dev-lib

Developer tools for WordPoints projects
MIT License
4 stars 0 forks source link

wpcept: Custom settings not respected when creating reaction #154

Closed JDGrimes closed 8 years ago

JDGrimes commented 8 years ago

When creating a reaction with hadCreatedAPointsReaction() the $settings parameter is ignored and the $defaults are always used. This is because we have the arguments swapped when we pass them to array_merge().