-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
isadmin
is called here:
moodle-mod_questionnaire/locallib.php
Line 386 in 36f22d4
if (isadmin()) { |
Since it's in a if block that I don't think could ever be true, perhaps we don't need that block.
Alternatively use is_siteadmin()
Metadata
Metadata
Assignees
Labels
No labels