mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Some more notices fixed (#672)
This commit is contained in:
parent
f4763f67ad
commit
31d0fac64a
3 changed files with 6 additions and 4 deletions
|
@ -139,7 +139,7 @@ function superblock_item_photo_menu(&$a,&$b) {
|
|||
|
||||
$blocked = false;
|
||||
$author = $b['item']['author-link'];
|
||||
if(is_array($a->data['superblock'])) {
|
||||
if(!empty($a->data['superblock'])) {
|
||||
foreach($a->data['superblock'] as $bloke) {
|
||||
if(link_compare($bloke,$author)) {
|
||||
$blocked = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue