Page MenuHomeDevCentral

D1539.id3925.diff
No OneTemporary

D1539.id3925.diff

diff --git a/app/Jobs/NotifyNewCommitsToDiffusion.php b/app/Jobs/NotifyNewCommitsToDiffusion.php
--- a/app/Jobs/NotifyNewCommitsToDiffusion.php
+++ b/app/Jobs/NotifyNewCommitsToDiffusion.php
@@ -179,7 +179,7 @@
[ 'remoteURIs[0]' => $this->repository ]
);
- if (!count($reply)) {
+ if ($reply === null || !count($reply)) {
return "";
}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 02:36 (7 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248554
Default Alt Text
D1539.id3925.diff (398 B)

Event Timeline