From: Michael Date: Sat, 13 Aug 2022 10:14:16 +0000 (+0000) Subject: Return value added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc3a6b2bb702a4598a6f4903aea441f5de8ae979;p=friendica.git Return value added --- diff --git a/update.php b/update.php index 6246fc2246..cb9de69fb9 100644 --- a/update.php +++ b/update.php @@ -1112,4 +1112,5 @@ function update_1457() function update_1480() { DBA::update('contact', ['next-update' => DBA::NULL_DATETIME], ['network' => Protocol::FEDERATED]); + return Update::SUCCESS; }