Index: trunk/phase3/includes/logging/LogFormatter.php |
— | — | @@ -203,7 +203,7 @@ |
204 | 204 | * @param $parameters array query parameters |
205 | 205 | * @return String |
206 | 206 | */ |
207 | | - protected function makePageLink( Title $title, $parameters = array() ) { |
| 207 | + protected function makePageLink( Title $title = null, $parameters = array() ) { |
208 | 208 | if ( !$this->plaintext ) { |
209 | 209 | $link = Linker::link( $title, null, array(), $parameters ); |
210 | 210 | } else { |