From 2811a1fd5c3cf719a08bea1596e4e0b53e4327a2 Mon Sep 17 00:00:00 2001 From: Randy Hoyt Date: Mon, 30 Jan 2012 13:08:41 -0600 Subject: [PATCH] Duplicating parameter name, references #13 --- openphoto-wordpress.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openphoto-wordpress.php b/openphoto-wordpress.php index fa9a362..135e267 100644 --- a/openphoto-wordpress.php +++ b/openphoto-wordpress.php @@ -1,7 +1,7 @@ get("/photos/list.json", $parameters); $response = json_decode($response); $photos = $response->result;