-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible namespacing issue #292
Comments
The incorrect namespace designations lead to the failure of the ad_hoc task with the following output:
This PR fixes the Issue. |
Thank you for pointing this out! This will be fixed for the current master branch and the next release :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There appears to be an issue with the namespacing of the code. In several files the namespace is defined as 'namespace mod_ratingallocate' for example in the task files. In other places the namspacing is defined as 'namespace ratingallocate' without the mod_ prefix for example in the strategy php files.
The text was updated successfully, but these errors were encountered: