From 9f77b4ab3e4eb9a354acea40dbde1cb28f262e47 Mon Sep 17 00:00:00 2001 From: kaldari Date: Wed, 22 May 2013 12:50:24 -0700 Subject: [PATCH] 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 --- Hooks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Hooks.php b/Hooks.php index 8399f1802..3d598a1db 100644 --- a/Hooks.php +++ b/Hooks.php @@ -354,6 +354,7 @@ class EchoHooks { 'section' => 'echo/echosubscriptions', 'rows' => $rows, 'columns' => $columns, + 'prefix' => 'echo-subscriptions-', 'help' => Html::rawElement( 'a', array( 'href' => $wgEchoHelpPage ),