diff options
-rw-r--r-- | install/update.php | 5 |
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; } |