X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmanage.php;h=f81afb09a6e30e18ca2ba0bcecd23151adb2a7da;hb=8841519c0dfae069aff6bee6325fa868e4b9b641;hp=457b0eede492a8a5964e82c5b4040cbef213139a;hpb=413424064c30c3b799f03ed728ab0a3f8f5eb424;p=friendica.git diff --git a/mod/manage.php b/mod/manage.php index 457b0eede4..f81afb09a6 100644 --- a/mod/manage.php +++ b/mod/manage.php @@ -132,7 +132,7 @@ function manage_content(App $a) { return; } - if ($_GET['identity']) { + if (!empty($_GET['identity'])) { $_POST['identity'] = $_GET['identity']; manage_post($a); return;