cleanup of old delegation stuff

This commit is contained in:
friendica
2015-03-10 20:19:17 -07:00
parent 65ffd209d4
commit 844b2ae587
6 changed files with 5 additions and 152 deletions

View File

@@ -5,7 +5,7 @@ function removeme_post(&$a) {
if(! local_channel())
return;
if(x($_SESSION,'submanage') && intval($_SESSION['submanage']))
if($_SESSION['delegate'])
return;
if((! x($_POST,'qxz_password')) || (! strlen(trim($_POST['qxz_password']))))