Skip to content

Commit 2f74cf2

Browse files
author
Marius Burkard
committed
Merge branch 'stable-3.1'
2 parents 59f3ca6 + 632f156 commit 2f74cf2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

interface/web/tools/user_settings.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
//* Check permissions for module
4545
$app->auth->check_module_permissions('tools');
4646

47-
if($_SESSION['s']['user']['typ'] == 'admin') {
48-
$app->auth->check_security_permissions('admin_allow_new_admin');
49-
}
50-
5147
// Loading classes
5248
$app->uses('tpl,tform,tform_actions');
5349
$app->load('tform_actions');

0 commit comments

Comments
 (0)