mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-15 02:24:02 +00:00
(bug 30600) Fix regression - show prefix on edit page
Patch by drzraf. Change-Id: I868521faca8d0700014bd96836bb1cdeedb385b0
This commit is contained in:
parent
280f347444
commit
dc302f109f
|
@ -122,7 +122,7 @@ class SpecialInterwiki extends SpecialPage {
|
|||
return;
|
||||
}
|
||||
|
||||
$prefix = $row->iw_prefix;
|
||||
$prefix = $prefixElement = $row->iw_prefix;
|
||||
$defaulturl = $row->iw_url;
|
||||
$trans = $row->iw_trans;
|
||||
$local = $row->iw_local;
|
||||
|
|
Loading…
Reference in a new issue