From: friendica Date: Mon, 29 Apr 2013 04:50:24 +0000 (-0700) Subject: superblock testing - couple of minor issues X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8188f05a58088946b9af0e1bab1eee929ce6eadd;p=friendica-addons.git superblock testing - couple of minor issues --- diff --git a/superblock/superblock.php b/superblock/superblock.php index 41abb471..420db76c 100755 --- a/superblock/superblock.php +++ b/superblock/superblock.php @@ -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() {}