Skip to content

Commit

Permalink
2.1.27
Browse files Browse the repository at this point in the history
Fix for #2454
  • Loading branch information
nilsteampassnet authored and nilsteampassnet committed Oct 30, 2018
1 parent 84f3da5 commit e98ef34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
2.1.27
25/
#2454 Update from 2.1.27.23 to 2.1.27.24 doesn't work

24/
#2452 Fix API URL
#2438 Add new user fails due to missing default for not null fields
Expand Down
2 changes: 1 addition & 1 deletion includes/config/include.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
global $SETTINGS, $languagesList, $SETTINGS_EXT;

$SETTINGS_EXT['version'] = "2.1.27";
$SETTINGS_EXT['version_full'] = $SETTINGS_EXT['version'].".24";
$SETTINGS_EXT['version_full'] = $SETTINGS_EXT['version'].".25";
$SETTINGS_EXT['tool_name'] = "TeamPass";
$SETTINGS_EXT['one_day_seconds'] = 86400;
$SETTINGS_EXT['one_week_seconds'] = 604800;
Expand Down
2 changes: 1 addition & 1 deletion install/upgrade_run_2.1.27.php
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ function replace_a_line($data)
mysqli_query(
$db_link,
"ALTER TABLE `".$pre."nested_tree` CHANGE `nleft` `nleft` INT(11) NULL DEFAULT NULL, CHANGE `nright` `nright` INT(11) NULL DEFAULT NULL, CHANGE `nlevel` `nlevel` INT(11) NULL DEFAULT NULL;"
);"
);



Expand Down

0 comments on commit e98ef34

Please sign in to comment.