Skip to content

Commit

Permalink
Update features.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mrysav authored Nov 8, 2024
1 parent 81ee1b6 commit 0d5b5b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions htdocs/includes/features.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
class Features {

public static function lab_config_v2_enabled() {
return true;
// Enabled by default now!
// return Features::ev_enabled("BLIS_LAB_BACKUPS_V2_ENABLED");
return Features::ev_enabled("BLIS_LAB_BACKUPS_V2_ENABLED");
}

private static function ev_enabled($ev) {
Expand Down

0 comments on commit 0d5b5b8

Please sign in to comment.