Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show a friendlier message on init error (#294)
* Show a friendlier message on init error d7a443c When creating the member extension object in the frontend it needs to know which section it needs to use as the member info source. Right now, if the configured value is wrong, you get a weird message about PHP type checking. This commit adds a friendlier message when the configuration is not valid. * Remove redundant construct 21b320a Using isset together with !empty is a redundant construct * Capitalize and pluralize `Members` df4b18c
- Loading branch information