diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-03 15:48:52 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-03 15:48:52 -0700 |
commit | 46e9c4299e82a4fa1b105a5bb9f83d8560369e53 (patch) | |
tree | 6537489d492035e3242eebaa50e774c5a9ca558b /install | |
parent | 99848ab3bbc8247834551a8454088419c8a8daac (diff) | |
parent | e1af81ea55bbec1ce9c03f824386ec062ae37581 (diff) | |
download | volse-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')
-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; } |