Index: trunk/phase3/includes/Linker.php |
— | — | @@ -1410,7 +1410,7 @@ |
1411 | 1411 | $result = wfMsgExt( 'editsection-brackets', array( 'escape', 'replaceafter', 'language' => $lang ), $link ); |
1412 | 1412 | $result = "<span class=\"editsection\">$result</span>"; |
1413 | 1413 | |
1414 | | - wfRunHooks( 'DoEditSectionLink', array( $this, $nt, $section, $tooltip, &$result ) ); |
| 1414 | + wfRunHooks( 'DoEditSectionLink', array( $this, $nt, $section, $tooltip, &$result , $lang) ); |
1415 | 1415 | return $result; |
1416 | 1416 | } |
1417 | 1417 | |