Rename constructors to __constructor
[lhc/web/wiklou.git] / includes / Title.php
index 2fafcb7..d63cff0 100644 (file)
@@ -68,7 +68,7 @@ class Title {
         * Constructor
         * @private
         */
-       /* private */ function Title() {
+       /* private */ function __construct() {
                $this->mInterwiki = $this->mUrlform =
                $this->mTextform = $this->mDbkeyform = '';
                $this->mArticleID = -1;