Bug 32673: Keep the username in the input field if not existing
[lhc/web/wiklou.git] / includes / specials / SpecialNewimages.php
index 99a17f2..5dc951e 100644 (file)
@@ -115,7 +115,7 @@ class NewFilesPager extends ReverseChronologicalPager {
                $this->gallery->add(
                        $title,
                        "$ul<br />\n<i>"
-                               . htmlspecialchars( $this->getLang()->timeanddate( $row->img_timestamp, true ) )
+                               . htmlspecialchars( $this->getLanguage()->timeanddate( $row->img_timestamp, true ) )
                                . "</i><br />\n"
                );
        }