aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-11-02 18:59:47 +0000
committerMario <mario@mariovavti.com>2022-11-02 18:59:47 +0000
commit134f4c5b520c09ed583cda6c4c4946b8b9629838 (patch)
tree89193126ff3a1389a1f6cbc995685f8cfc2246b0 /Zotlabs
parent0840fc42f965e3f018896ddf91cb9d68581a364f (diff)
downloadvolse-hubzilla-134f4c5b520c09ed583cda6c4c4946b8b9629838.tar.gz
volse-hubzilla-134f4c5b520c09ed583cda6c4c4946b8b9629838.tar.bz2
volse-hubzilla-134f4c5b520c09ed583cda6c4c4946b8b9629838.zip
undefined array key
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Pconfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Pconfig.php b/Zotlabs/Module/Pconfig.php
index 8a71ab974..62d17e694 100644
--- a/Zotlabs/Module/Pconfig.php
+++ b/Zotlabs/Module/Pconfig.php
@@ -13,7 +13,7 @@ class Pconfig extends \Zotlabs\Web\Controller {
return;
- if($_SESSION['delegate'])
+ if(isset($_SESSION['delegate']))
return;
check_form_security_token_redirectOnErr('/pconfig', 'pconfig');