(bug 30600) Fix regression - show prefix on edit page

Patch by drzraf.

Change-Id: I868521faca8d0700014bd96836bb1cdeedb385b0
This commit is contained in:
amire80 2012-09-14 06:01:51 -07:00
parent 280f347444
commit dc302f109f

View file

@ -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;