aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/update.php')
-rw-r--r--install/update.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/install/update.php b/install/update.php
index 0eacd73b0..339d0cb25 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1800,8 +1800,7 @@ function update_r1151() {
}
}
- if ($r3)
- return UPDATE_SUCCESS;
- return UPDATE_FAILED;
+
+ return UPDATE_SUCCESS;
}