diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-01 11:01:56 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-01 11:01:56 +0200 |
commit | 7dadf387e58ade457698dc2ffc58bbda7be46652 (patch) | |
tree | 6ab71dcdd332069d675ea170f98efa0c20bcd59f /Zotlabs/Module | |
parent | 8febcc27056fb6bae83a81c523047ec96d38489a (diff) | |
download | volse-hubzilla-7dadf387e58ade457698dc2ffc58bbda7be46652.tar.gz volse-hubzilla-7dadf387e58ade457698dc2ffc58bbda7be46652.tar.bz2 volse-hubzilla-7dadf387e58ade457698dc2ffc58bbda7be46652.zip |
indicate locked features
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Settings/Directory.php | 2 |
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); |