aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-03 15:48:52 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-03 15:48:52 -0700
commit46e9c4299e82a4fa1b105a5bb9f83d8560369e53 (patch)
tree6537489d492035e3242eebaa50e774c5a9ca558b /install/update.php
parent99848ab3bbc8247834551a8454088419c8a8daac (diff)
parente1af81ea55bbec1ce9c03f824386ec062ae37581 (diff)
downloadvolse-hubzilla-46e9c4299e82a4fa1b105a5bb9f83d8560369e53.tar.gz
volse-hubzilla-46e9c4299e82a4fa1b105a5bb9f83d8560369e53.tar.bz2
volse-hubzilla-46e9c4299e82a4fa1b105a5bb9f83d8560369e53.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
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;
}