Adding explicit prefix so we don't have to have an exception in prefs

If we add an explicit prefix (similar to what the Gadgets extension
does), we won't have to have a special handler for checkmatrix options
in Preferences::filterDataForSubmit().

Depends on core change I4049b666

Change-Id: Ic8420b896bc013840eb3a32420a49f6719f30610
This commit is contained in:
kaldari 2013-05-22 12:50:24 -07:00
parent bc64c5a3d0
commit 9f77b4ab3e

View file

@ -354,6 +354,7 @@ class EchoHooks {
'section' => 'echo/echosubscriptions',
'rows' => $rows,
'columns' => $columns,
'prefix' => 'echo-subscriptions-',
'help' => Html::rawElement(
'a',
array( 'href' => $wgEchoHelpPage ),