From 0a13c794abe7dfd5e92c396d8a4ea6bfc9a3c11c Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Sat, 23 Jan 2021 21:55:50 +0100 Subject: Variable typo --- include/photo/photo_driver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/photo/photo_driver.php') 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(); -- cgit v1.2.3