diff options
Diffstat (limited to 'include/Import')
-rw-r--r-- | include/Import/refimport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Import/refimport.php b/include/Import/refimport.php index a7c0ef4c8..9b9b04bc7 100644 --- a/include/Import/refimport.php +++ b/include/Import/refimport.php @@ -177,7 +177,7 @@ function reflect_photo_callback($matches) { 'resource_id' => str_replace('-','',$hash), 'filename' => $hash . '.jpg', 'type' => 'image/jpeg', - 'not_visible' => true + 'visible' => false ) ); |