Skip to content

Commit

Permalink
Pull state for extensions, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwins committed Aug 7, 2024
1 parent f13b356 commit 1ec1eb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/qa/extensions.xml.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
$debug['bogus-membership'][] = array($ext, $m);
}

if (preg_match('/<!-- State: (\w+)/S', $file, $match)) {
$State[$match[1]][$ext] = 1;
}

}


Expand Down

0 comments on commit 1ec1eb0

Please sign in to comment.