Using __construct for all the language constructors, and few minor fixes.
[lhc/web/wiklou.git] / languages / Language.php
index c615f8b..85a6bce 100644 (file)
@@ -322,7 +322,7 @@ class fakeConverter {
 
 class Language {
        var $mConverter;
-       function Language() {
+       function __construct() {
                $this->mConverter = new fakeConverter($this);
        }