Merge "Allow dumps to function with MCR in read-new mode."
[lhc/web/wiklou.git] / languages / FakeConverter.php
index 22377c2..c4ec638 100644 (file)
@@ -37,7 +37,7 @@ class FakeConverter {
         */
        public $mLang;
 
-       function __construct( $langobj ) {
+       function __construct( Language $langobj ) {
                $this->mLang = $langobj;
        }