mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Process multiple Bugtraq links in reverse to avoid links overwriting each other
Reviewed by: epriestley
This commit is contained in:
parent
90123dd739
commit
b29067e38b
1 changed files with 1 additions and 0 deletions
|
@ -707,6 +707,7 @@ final class PhabricatorRepository extends PhabricatorRepositoryDAO
|
|||
$all_offset = 0;
|
||||
}
|
||||
|
||||
$match = array_reverse($match);
|
||||
foreach ($match as $val) {
|
||||
list($s, $offset) = $val;
|
||||
$message = substr_replace(
|
||||
|
|
Loading…
Reference in a new issue