Index: trunk/phase3/includes/specials/SpecialVersion.php |
— | — | @@ -315,7 +315,8 @@ |
316 | 316 | $out .= '<tr><td colspan="4">' . $this->listToText( $tags ). "</td></tr>\n"; |
317 | 317 | } |
318 | 318 | |
319 | | - if( count( $fhooks = $wgParser->getFunctionHooks() ) ) { |
| 319 | + $fhooks = $wgParser->getFunctionHooks(); |
| 320 | + if( count( $fhooks ) ) { |
320 | 321 | $out .= $this->openExtType( wfMsg( 'version-parser-function-hooks' ), 'parser-function-hooks' ); |
321 | 322 | $out .= '<tr><td colspan="4">' . $this->listToText( $fhooks ) . "</td></tr>\n"; |
322 | 323 | } |