Skip to content
Snippets Groups Projects
Commit 94f88abd authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

Issue #3280637 by urvashi_vora, shkiper, aitala, cindytwilliams, kruser,...

Issue #3280637 by urvashi_vora, shkiper, aitala, cindytwilliams, kruser, ccarnnia, paulbeaney: Database error produced in QuickBlockContent->accessBlock
parent 05ebe9b1
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ class QuickBlockContent extends QuickContent {
->condition('module', $module, '=')
->condition('delta', $delta, '=')
->execute()
->fetchCol('rid');
->fetchCol();
// Return whether the user can access the block:
// - Either all roles have access - no record in {block_role}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment