diff --git a/backup/util/checks/backup_check.class.php b/backup/util/checks/backup_check.class.php index 0ac2cec6fcc..fb7839dd399 100644 --- a/backup/util/checks/backup_check.class.php +++ b/backup/util/checks/backup_check.class.php @@ -181,7 +181,7 @@ abstract class backup_check { // If it is already false, we don't want to try and set it again, because if it is // already locked, and exception will occur. The side benifit is if it is true and locked // we will get an exception... - if ($prevvalue) { + if ($prevvalue) { $userssetting->set_value(false); // Set the value to false } $userssetting->set_status(base_setting::LOCKED_BY_PERMISSION);// Set the status to locked by perm