Skip to content
Snippets Groups Projects

Issue #3280637: Database error produced in QuickBlockContent->accessBlock

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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}
Loading