forgot to change one line
This commit is contained in:
parent
89b573a6f3
commit
a868e73d5f
@ -31,7 +31,7 @@ function lockview_content(&$a) {
|
|||||||
|
|
||||||
if(($item['item_private'] == 1) && (! strlen($item['allow_cid'])) && (! strlen($item['allow_gid']))
|
if(($item['item_private'] == 1) && (! strlen($item['allow_cid'])) && (! strlen($item['allow_gid']))
|
||||||
&& (! strlen($item['deny_cid'])) && (! strlen($item['deny_gid']))) {
|
&& (! strlen($item['deny_cid'])) && (! strlen($item['deny_gid']))) {
|
||||||
echo t('Remote privacy information not available.') . '<br />';
|
echo '<li>' . t('Remote privacy information not available.') . '</li>';
|
||||||
killme();
|
killme();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user