Index: trunk/phase3/includes/Linker.php |
— | — | @@ -159,6 +159,7 @@ |
160 | 160 | public function link( $target, $text = null, $customAttribs = array(), $query = array(), $options = array() ) { |
161 | 161 | wfProfileIn( __METHOD__ ); |
162 | 162 | if ( !$target instanceof Title ) { |
| 163 | + wfProfileOut( __METHOD__ ); |
163 | 164 | return "<!-- ERROR -->$text"; |
164 | 165 | } |
165 | 166 | $options = (array)$options; |