jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/405667 )

Change subject: Another fix for MW 1.23 - fix for c8194fe6c88f
......................................................................


Another fix for MW 1.23 - fix for c8194fe6c88f

Change-Id: I4d1f0eec10fca62e3bc75258e94904d58e19dc1f
---
M includes/CargoPageValuesAction.php
1 file changed, 9 insertions(+), 2 deletions(-)

Approvals:
  Yaron Koren: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/CargoPageValuesAction.php 
b/includes/CargoPageValuesAction.php
index 693943b..b2799fa 100644
--- a/includes/CargoPageValuesAction.php
+++ b/includes/CargoPageValuesAction.php
@@ -8,7 +8,7 @@
 
 class CargoPageValuesAction extends Action {
        /**
-        * Return the name of the action this object responds to
+        * Return the name of the action this object responds to.
         * @return String lowercase
         */
        public function getName() {
@@ -27,7 +27,7 @@
        }
 
        /**
-        * Add the "Page values" link to the toolbox
+        * Add the "Page values" link to the toolbox.
         *
         * @param BaseTemplate $skinTemplate
         * @param array $toolbox
@@ -50,4 +50,11 @@
 
                return true;
        }
+
+       /**
+        * Implement this to support MW 1.23, which has it as an abstract
+        * function.
+        */
+       public function execute() { }
+
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4d1f0eec10fca62e3bc75258e94904d58e19dc1f
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>
Gerrit-Reviewer: Yaron Koren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to