Update OOjs UI to v0.1.0-pre (99ec31d9b9)
[lhc/web/wiklou.git] / includes / Linker.php
index be850d0..1d327be 100644 (file)
@@ -193,7 +193,7 @@ class Linker {
                $target, $html = null, $customAttribs = array(), $query = array(), $options = array()
        ) {
                if ( !$target instanceof Title ) {
-                       wfWarn( __METHOD__ . ': Requires $target to be a Title object.' );
+                       wfWarn( __METHOD__ . ': Requires $target to be a Title object.', 2 );
                        return "<!-- ERROR -->$html";
                }
                wfProfileIn( __METHOD__ );