TitleValue: Avoid function call for internal property
[lhc/web/wiklou.git] / includes / title / TitleValue.php
index 18e578d..43a399a 100644 (file)
@@ -158,7 +158,7 @@ class TitleValue implements LinkTarget {
         * @return string
         */
        public function getText() {
-               return str_replace( '_', ' ', $this->getDBkey() );
+               return str_replace( '_', ' ', $this->dbkey );
        }
 
        /**