diff options
-rw-r--r-- | Zotlabs/Update/_1243.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Update/_1243.php b/Zotlabs/Update/_1243.php index 3c2b08cc7..850cb1d6c 100644 --- a/Zotlabs/Update/_1243.php +++ b/Zotlabs/Update/_1243.php @@ -8,7 +8,7 @@ class _1243 { $x = get_config('system','filesystem_storage_thumbnails'); del_config('system','filesystem_storage_thumbnails'); - if ($x !=== false) + if ($x !== false) set_config('system','photo_storage_type', intval($x)); return UPDATE_SUCCESS; |