From 93deef3cd37c17cd3a1dad766bb30e289263a20c Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Mon, 16 Apr 2012 15:22:47 +1200 Subject: [PATCH] MDL-32353 fixed up very minor whitespace --- backup/util/checks/backup_check.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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