mirror of
https://github.com/friendica/friendica
synced 2025-04-25 00:30:32 +00:00
bug #70 - error messages on group deletion, warning cleanup
This commit is contained in:
parent
45b9bd96ba
commit
730322ee5f
4 changed files with 8 additions and 5 deletions
|
@ -28,7 +28,7 @@ if((isset($_SESSION)) && (x($_SESSION,'authenticated')) && ((! (x($_POST,'auth-p
|
|||
goaway($a->get_baseurl());
|
||||
}
|
||||
|
||||
if(x($_SESSION['visitor_id']) && (! x($_SESSION['uid']))) {
|
||||
if(x($_SESSION,'visitor_id') && (! x($_SESSION,'uid'))) {
|
||||
$r = q("SELECT * FROM `contact` WHERE `id` = %d LIMIT 1",
|
||||
intval($_SESSION['visitor_id'])
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue