Merge "auth: Follow up on e907d4328dc3e"
[lhc/web/wiklou.git] / includes / cache / LinkCache.php
index 9e182c7..b9944a8 100644 (file)
@@ -197,6 +197,7 @@ class LinkCache {
         * @return int Page ID or zero
         */
        public function addLink( $title ) {
+               wfDeprecated( __METHOD__, '1.27' );
                $nt = Title::newFromDBkey( $title );
                if ( !$nt ) {
                        return 0;