Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4b46f
)
MDL-32353 fixed up very minor whitespace
author
Sam Hemelryk
<sam@moodle.com>
Mon, 16 Apr 2012 03:22:47 +0000
(15:22 +1200)
committer
Sam Hemelryk
<sam@moodle.com>
Mon, 16 Apr 2012 03:23:05 +0000
(15:23 +1200)
backup/util/checks/backup_check.class.php
patch
|
blob
|
blame
|
history
diff --git
a/backup/util/checks/backup_check.class.php
b/backup/util/checks/backup_check.class.php
index
0ac2cec
..
fb7839d
100644
(file)
--- 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