$exposed_blocks = variable_get('distributed_blocks_exposed_blocks', '');
  
  if (!isset($exposed_blocks[$block_id])) {
    echo 'NOT_FOUND';
    return;
  }
CommentFileSizeAuthor
#1 2053943-distrubuted_blocks-array-1.patch515 byteshefox

Comments

hefox’s picture

Status: Active » Needs review
StatusFileSize
new515 bytes
tirdadc’s picture

Assigned: Unassigned » tirdadc
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.