@@ -58,9 +58,9 @@ |
||
58 | 58 | // Parent hash. |
59 | 59 | 'P' => shell_exec('git show -s --format=%P HEAD'), |
60 | 60 | ))); |
61 | -} |
|
62 | -else |
|
61 | +} else { |
|
63 | 62 | $debugSecondary = base64_encode(json_encode(array(NULL))); |
63 | +} |
|
64 | 64 | |
65 | 65 | $result = stripos($lastLine, 'Signed-off-by:'); |
66 | 66 | if ($result === false) |