From e1af81ea55bbec1ce9c03f824386ec062ae37581 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 3 Sep 2015 15:48:01 -0700 Subject: in this case no results is not an error --- install/update.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'install') diff --git a/install/update.php b/install/update.php index 16db09328..82792a82d 100644 --- a/install/update.php +++ b/install/update.php @@ -1750,8 +1750,7 @@ function update_r1151() { } } - if ($r3) - return UPDATE_SUCCESS; - return UPDATE_FAILED; + + return UPDATE_SUCCESS; } -- cgit v1.2.3