Reedy has submitted this change and it was merged.

Change subject: Followup g54130
......................................................................


Followup g54130

Change-Id: I925b538f1b15280ab10fdfe79b6c93e0a004f0b8
---
M includes/pages/CoursePage.php
M includes/pages/EducationPage.php
M includes/pages/OrgPage.php
3 files changed, 9 insertions(+), 5 deletions(-)

Approvals:
  Reedy: Verified; Looks good to me, approved



diff --git a/includes/pages/CoursePage.php b/includes/pages/CoursePage.php
index 2fece0f..03b70c5 100644
--- a/includes/pages/CoursePage.php
+++ b/includes/pages/CoursePage.php
@@ -42,5 +42,9 @@
                return Courses::singleton();
        }
 
+       public function exportSession() {
+               return array();
+       }
+
 }
 
diff --git a/includes/pages/EducationPage.php b/includes/pages/EducationPage.php
index c8b62a1..5873225 100644
--- a/includes/pages/EducationPage.php
+++ b/includes/pages/EducationPage.php
@@ -179,8 +179,4 @@
        public function exists() {
                return $this->getTitle()->exists();
        }
-
-       public function exportSession() {
-               return array();
-       }
 }
diff --git a/includes/pages/OrgPage.php b/includes/pages/OrgPage.php
index 4d5eb11..b371a2a 100644
--- a/includes/pages/OrgPage.php
+++ b/includes/pages/OrgPage.php
@@ -42,4 +42,8 @@
                return Orgs::singleton();
        }
 
-}
\ No newline at end of file
+       public function exportSession() {
+               return array();
+       }
+
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I925b538f1b15280ab10fdfe79b6c93e0a004f0b8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EducationProgram
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>

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

Reply via email to