diff options
-rw-r--r-- | Zotlabs/Update/_1243.php | 10 |
1 files 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; } |