link fix
This commit is contained in:
@@ -297,6 +297,8 @@ class pinterest{
|
|||||||
throw new Exception("Failed to decode JSON");
|
throw new Exception("Failed to decode JSON");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print_r($json);
|
||||||
|
|
||||||
$out = [
|
$out = [
|
||||||
"status" => "ok",
|
"status" => "ok",
|
||||||
"npt" => null,
|
"npt" => null,
|
||||||
@@ -426,7 +428,7 @@ class pinterest{
|
|||||||
]
|
]
|
||||||
],
|
],
|
||||||
"url" =>
|
"url" =>
|
||||||
$item["link"] === null ?
|
!isset($item["link"]) ?
|
||||||
"https://ca.pinterest.com/pin/" . $item["id"] :
|
"https://ca.pinterest.com/pin/" . $item["id"] :
|
||||||
$item["link"]
|
$item["link"]
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user