Fix project webmentions
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f20ca66fa2
commit
bc483167ad
@ -162,7 +162,7 @@ function getProjects($params) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isset($params['slug'])) {
|
if (isset($params['slug'])) {
|
||||||
$project["webmentions"] = getWebmentions($post["url"]);
|
$project["webmentions"] = getWebmentions($project["url"]);
|
||||||
$project["hasWebmentions"] = count($project["webmentions"]) > 0;
|
$project["hasWebmentions"] = count($project["webmentions"]) > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user