aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings/Directory.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Settings/Directory.php')
-rw-r--r--Zotlabs/Module/Settings/Directory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Directory.php b/Zotlabs/Module/Settings/Directory.php
index 2682bcafc..6e24a2cfa 100644
--- a/Zotlabs/Module/Settings/Directory.php
+++ b/Zotlabs/Module/Settings/Directory.php
@@ -6,7 +6,7 @@ namespace Zotlabs\Module\Settings;
class Directory {
function post() {
-
+
$module = substr(strrchr(strtolower(static::class), '\\'), 1);
check_form_security_token_redirectOnErr('/settings/' . $module, 'settings_' . $module);