Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/299293

Change subject: ApiFileAnnotator: Rename class to match file name
......................................................................

ApiFileAnnotator: Rename class to match file name

Change-Id: Ibf5035ccbe2d472add20a5d7b8b2a6c312fa4445
---
M ApiFileAnnotator.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/FileAnnotations 
refs/changes/93/299293/1

diff --git a/ApiFileAnnotator.php b/ApiFileAnnotator.php
index a51bc43..fabf2f5 100644
--- a/ApiFileAnnotator.php
+++ b/ApiFileAnnotator.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * MediaDevilry API wrapper.
+ * FileAnnotator API wrapper.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
  * @license GNU General Public License version 2.0
  */
 
-class ApiImageTweaks extends ApiBase {
+class ApiFileAnnotator extends ApiBase {
        public function __construct( $query, $moduleName ) {
                parent::__construct( $query, $moduleName, 'fa' );
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/299293
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf5035ccbe2d472add20a5d7b8b2a6c312fa4445
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/FileAnnotations
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to