summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/messagegroups/WikiMessageGroup.php')
-rw-r--r--MLEB/Translate/messagegroups/WikiMessageGroup.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/MLEB/Translate/messagegroups/WikiMessageGroup.php b/MLEB/Translate/messagegroups/WikiMessageGroup.php
index e7b08240..4e90db00 100644
--- a/MLEB/Translate/messagegroups/WikiMessageGroup.php
+++ b/MLEB/Translate/messagegroups/WikiMessageGroup.php
@@ -28,7 +28,6 @@ class WikiMessageGroup extends MessageGroupOld {
* @param string $source Mediawiki message that contains list of message keys.
*/
public function __construct( $id, $source ) {
- parent::__construct();
$this->id = $id;
$this->source = $source;
}
@@ -77,7 +76,7 @@ class WikiMessageGroup extends MessageGroupOld {
*
* @param string $key Key of the message.
* @param string $code Language code.
- * @return string|null The translation or null if it doesn't exists.
+ * @return string|null The translation or null if it doesn't exist.
*/
public function getMessage( $key, $code ) {
if ( $code && $this->getSourceLanguage() !== $code ) {