aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryIWLinks.php
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2022-06-06 02:24:41 +0100
committerReedy <reedy@wikimedia.org>2022-06-06 02:24:41 +0100
commitf45fefec0eb8bfbaf26e40ab33c6e476a710772f (patch)
treeb236dafff72228ded102a2e405dcaf7f890fe46b /includes/api/ApiQueryIWLinks.php
parent8bc27513e32ae809a00b6764b85da90903092740 (diff)
downloadmediawikicore-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.php2
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,
],
];
}