jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/404582 )
Change subject: Fix wrong class name
......................................................................
Fix wrong class name
Bug: T185037
Change-Id: I0d2c87a418289dce49054ad8ee4c46b51f39bcda
---
M api/ApiQueryProjectPages.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
MaxSem: Looks good to me, approved
jenkins-bot: Verified
diff --git a/api/ApiQueryProjectPages.php b/api/ApiQueryProjectPages.php
index dc0c4e5..33edf0d 100644
--- a/api/ApiQueryProjectPages.php
+++ b/api/ApiQueryProjectPages.php
@@ -135,7 +135,7 @@
if ( isset( $params['projects'] ) ) {
// Convert the project names into corresponding IDs
foreach ( $params['projects'] as $project ) {
- $id = PageAssessmentsBody::getProjectId(
$project );
+ $id = PageAssessmentsDAO::getProjectId(
$project );
if ( $id ) {
$this->projectIds[] = $id;
} else {
--
To view, visit https://gerrit.wikimedia.org/r/404582
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0d2c87a418289dce49054ad8ee4c46b51f39bcda
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PageAssessments
Gerrit-Branch: master
Gerrit-Owner: Niharika29 <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits