mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-12-18 00:20:37 +00:00
ba9df944c8
With I91a9c5cca55e540a6c95b750579c1c369a760b15 we replaced some globals with Config and, in doing this, we added "$config->has()" to check if a variable was null. However, "has" will always return true even if the value is null (it only checks if it exists), and thus we end up showing a global abusefilter pager even if no central DB is set. Bug: T195022 Change-Id: I751fdefd29b6af1361021d4343ba67f16c99a037 |
||
---|---|---|
db_patches | ||
i18n | ||
includes | ||
maintenance | ||
modules | ||
tests | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
.stylelintrc.json | ||
AbuseFilter.alias.php | ||
abusefilter.tables.pg.sql | ||
abusefilter.tables.sql | ||
abusefilter.tables.sqlite.sql | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
hooks.txt | ||
package.json |