Index: trunk/phase3/maintenance/parserTests.inc |
— | — | @@ -1687,8 +1687,8 @@ |
1688 | 1688 | if (!isset( $data['config'] ) ) |
1689 | 1689 | $data['config'] = ''; |
1690 | 1690 | |
1691 | | - if ( $this->parser && (preg_match('/\\bdisabled\\b/i', $data['options']) |
1692 | | - || !preg_match("/{$this->parser->regex}/i", $data['test'])) && !$this->parser->runDisabled ) { |
| 1691 | + if ( $this->parser && (preg_match('/\\bdisabled\\b/i', $data['options']) && !$this->parser->runDisabled) |
| 1692 | + || !preg_match("/{$this->parser->regex}/i", $data['test']) ) { |
1693 | 1693 | # disabled test |
1694 | 1694 | $data = array(); |
1695 | 1695 | $section = null; |