diff options
author | Reedy <reedy@wikimedia.org> | 2022-06-06 02:24:41 +0100 |
---|---|---|
committer | Reedy <reedy@wikimedia.org> | 2022-06-06 02:24:41 +0100 |
commit | f45fefec0eb8bfbaf26e40ab33c6e476a710772f (patch) | |
tree | b236dafff72228ded102a2e405dcaf7f890fe46b /includes/api/ApiQueryIWLinks.php | |
parent | 8bc27513e32ae809a00b6764b85da90903092740 (diff) | |
download | mediawikicore-f45fefec0eb8bfbaf26e40ab33c6e476a710772f.tar.gz mediawikicore-f45fefec0eb8bfbaf26e40ab33c6e476a710772f.zip |
api: Replace numerous more deprecated constants
Change-Id: I498a315b8b4b56d5e2f939e797adbe0487cd7d07
Diffstat (limited to 'includes/api/ApiQueryIWLinks.php')
-rw-r--r-- | includes/api/ApiQueryIWLinks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryIWLinks.php b/includes/api/ApiQueryIWLinks.php index f927115b9b22..12e60ea212a4 100644 --- a/includes/api/ApiQueryIWLinks.php +++ b/includes/api/ApiQueryIWLinks.php @@ -183,7 +183,7 @@ class ApiQueryIWLinks extends ApiQueryBase { ], 'url' => [ ParamValidator::PARAM_DEFAULT => false, - ApiBase::PARAM_DEPRECATED => true, + ParamValidator::PARAM_DEPRECATED => true, ], ]; } |