From a84c7271f2267af21120a744f4836acd33c8a1e7 Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Sat, 20 Feb 2021 14:49:31 +0100 Subject: Formatting --- Zotlabs/Update/_1243.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Zotlabs/Update/_1243.php b/Zotlabs/Update/_1243.php index b3098c16e..3c2b08cc7 100644 --- a/Zotlabs/Update/_1243.php +++ b/Zotlabs/Update/_1243.php @@ -5,12 +5,12 @@ namespace Zotlabs\Update; class _1243 { function run() { - - $x = get_config('system','filesystem_storage_thumbnails'); - del_config('system','filesystem_storage_thumbnails'); + + $x = get_config('system','filesystem_storage_thumbnails'); + del_config('system','filesystem_storage_thumbnails'); if ($x !=== false) - set_config('system','photo_storage_type', intval($x)); - + set_config('system','photo_storage_type', intval($x)); + return UPDATE_SUCCESS; } -- cgit v1.2.3