We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This looks suspicious: https://github.com/WisdmLabs/moodle-local_edwiserreports/blob/106d7243bf1c5140032e775d29e350b4178a5a3f/download.php#L66-L67
Did not you mean it like
if (!is_siteadmin() || !can_view_block(...)) { }
instead?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This looks suspicious: https://github.com/WisdmLabs/moodle-local_edwiserreports/blob/106d7243bf1c5140032e775d29e350b4178a5a3f/download.php#L66-L67
Did not you mean it like
instead?
The text was updated successfully, but these errors were encountered: