Compare commits
2 Commits
b45f1157b4
...
b8e587a59e
Author | SHA1 | Date |
---|---|---|
osaajani | b8e587a59e | |
osaajani | af008b05e7 |
|
@ -207,7 +207,7 @@ namespace adapters;
|
|||
foreach ($result['output'] as $line)
|
||||
{
|
||||
$matches = [];
|
||||
preg_match('#reference=([0-9]+)#u', $line, $matches);
|
||||
preg_match('#=([0-9]+)#u', $line, $matches);
|
||||
|
||||
if ($matches[1] ?? false)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue