diff options
author | Max Kostikov <max@kostikov.co> | 2018-11-10 20:45:20 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-11-10 20:45:20 +0100 |
commit | a49cfa81425b24c4c2b52eec67dd82649cd1bf61 (patch) | |
tree | fa5d2658be5f6d0e3d4ac744574d28c2adb455a5 /include/photo | |
parent | b57d296adccc54131df9b0271a29e385b2095454 (diff) | |
download | volse-hubzilla-a49cfa81425b24c4c2b52eec67dd82649cd1bf61.tar.gz volse-hubzilla-a49cfa81425b24c4c2b52eec67dd82649cd1bf61.tar.bz2 volse-hubzilla-a49cfa81425b24c4c2b52eec67dd82649cd1bf61.zip |
Update photo_driver.php
Diffstat (limited to 'include/photo')
-rw-r--r-- | include/photo/photo_driver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/photo/photo_driver.php b/include/photo/photo_driver.php index cced7bf03..4173d727e 100644 --- a/include/photo/photo_driver.php +++ b/include/photo/photo_driver.php @@ -637,7 +637,7 @@ function import_xchan_photo($photo,$xchan,$thing = false,$force = false) { if(is_null($type)) $photo_failure = true; } - elseif($result['return_code'] === 304) { + elseif($result['return_code'] == 304) { $photo = z_root() . '/photo/' . $hash . '-4'; $thumb = z_root() . '/photo/' . $hash . '-5'; $micro = z_root() . '/photo/' . $hash . '-6'; |