diff options
Diffstat (limited to 'includes/api/ApiQueryStashImageInfo.php')
-rw-r--r-- | includes/api/ApiQueryStashImageInfo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryStashImageInfo.php b/includes/api/ApiQueryStashImageInfo.php index 2ab0d72f6c92..02c73ff74067 100644 --- a/includes/api/ApiQueryStashImageInfo.php +++ b/includes/api/ApiQueryStashImageInfo.php @@ -135,7 +135,7 @@ class ApiQueryStashImageInfo extends ApiQueryImageInfo { ], 'sessionkey' => [ ParamValidator::PARAM_ISMULTI => true, - ApiBase::PARAM_DEPRECATED => true, + ParamValidator::PARAM_DEPRECATED => true, ], 'prop' => [ ParamValidator::PARAM_ISMULTI => true, |