]> git.mxchange.org Git - friendica.git/blobdiff - mod/manage.php
Renamed functions
[friendica.git] / mod / manage.php
index 457b0eede492a8a5964e82c5b4040cbef213139a..f81afb09a6e30e18ca2ba0bcecd23151adb2a7da 100644 (file)
@@ -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;