Skip to content

Commit

Permalink
Merge branch 'hotfix/3.1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsteampassnet committed Dec 21, 2024
2 parents 6abf995 + 6a76769 commit 8dae4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/config/include.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

define('TP_VERSION', '3.1.3');
define("UPGRADE_MIN_DATE", "1732981987");
define('TP_VERSION_MINOR', '1');
define('TP_VERSION_MINOR', '2');
define('TP_TOOL_NAME', 'Teampass');
define('TP_ONE_DAY_SECONDS', 86400);
define('TP_ONE_WEEK_SECONDS', 604800);
Expand Down
2 changes: 1 addition & 1 deletion sources/items.queries.php
Original file line number Diff line number Diff line change
Expand Up @@ -4352,7 +4352,7 @@
$right = 20;
} elseif ((20 <= (int) $accessLevel) && ((int) $accessLevel < 30)) {
$right = 60;
} elseif ((int) $accessLevel === 30) {
} elseif ((int) $accessLevel >= 30) {
$right = 70;
} else {
$right = 10;
Expand Down

0 comments on commit 8dae4c0

Please sign in to comment.