diff options
Diffstat (limited to 'include/photo/photo_driver.php')
-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 542d932f6..1ce2fd6e3 100644 --- a/include/photo/photo_driver.php +++ b/include/photo/photo_driver.php @@ -407,7 +407,7 @@ function import_channel_photo($photo, $type, $aid, $uid) { intval(PHOTO_RES_PROFILE_300) ); if ($r) - hash = $r[0]['resource_id']; + $hash = $r[0]['resource_id']; else $hash = photo_new_resource(); |