Index: trunk/extensions/EducationProgram/specials/SpecialEPPage.php |
— | — | @@ -119,7 +119,7 @@ |
120 | 120 | * @return Language |
121 | 121 | */ |
122 | 122 | public function getLanguage() { |
123 | | - return method_exists( $this, 'getLanguage' ) ? $this->getLanguage() : $this->getLang(); |
| 123 | + return method_exists( get_parent_class(), 'getLanguage' ) ? parent::getLanguage() : $this->getLang(); |
124 | 124 | } |
125 | 125 | |
126 | 126 | } |