Indefero

Indefero Commit Details


Date:2010-05-10 03:43:47 (14 years 7 months ago)
Author:Loic d'Anterroches
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:c1a477e7d08cf9aedfbe302c56bfe4ab28a5f21c
Parents: 692d2e53b20135fe3a900f13012f47990845bff0
Message:Do nothing on webhook without an url.

Changes:

File differences

src/IDF/Webhook.php
8585
8686
8787
88
89
90
91
8892
8993
9094
// Already processed.
return;
}
if ($item->payload['url'] == '') {
// We do nothing.
return;
}
// We have either to retry or to push for the first time.
$res = self::postNotification($item->payload);
if ($res) {

Archive Download the corresponding diff file

Page rendered in 0.07825s using 13 queries.