superblock testing - couple of minor issues

This commit is contained in:
friendica 2013-04-28 21:50:24 -07:00
parent 4a400894aa
commit 8188f05a58
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ function superblock_item_photo_menu(&$a,&$b) {
}
}
$b['menu'][ t('Block Completely')] = 'javascript:superblockBlock(\'' . $author . '\');';
$b['menu'][ t('Block Completely')] = 'javascript:superblockBlock(\'' . $author . '\'); return false;';
}
function superblock_module() {}