Skip to content

Commit

Permalink
MDL-70741 capability overview: missing whitespace after placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 3, 2021
1 parent 407133a commit b74beab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/capability/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function tool_capability_calculate_role_data($capability, array $roles) {
$sql = 'SELECT DISTINCT con.path, 1
FROM {context} con
JOIN {role_capabilities} rc ON rc.contextid = con.id
WHERE capability = ?' .
WHERE capability = ? ' .
$sqlroletest .
// Context path should never be null, but can happen in old database with
// bad data (e.g. a course_module where the corresponding course no longer exists).
Expand Down

0 comments on commit b74beab

Please sign in to comment.