From bc3a6b2bb702a4598a6f4903aea441f5de8ae979 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 13 Aug 2022 10:14:16 +0000 Subject: [PATCH] Return value added --- update.php | 1 + 1 file changed, 1 insertion(+) 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; }