Followup r71831, User::newFromName, not newFromText
[lhc/web/wiklou.git] / includes / RecentChange.php
index 970411e..333ff02 100644 (file)
@@ -115,10 +115,10 @@ class RecentChange {
                $this->mExtra = $extra;
        }
 
-    /**
-     *
-     * @return Title
-     */
+       /**
+        *
+        * @return Title
+        */
        public function &getTitle() {
                if( $this->mTitle === false ) {
                        $this->mTitle = Title::makeTitle( $this->mAttribs['rc_namespace'], $this->mAttribs['rc_title'] );