Remove registration of nonexistent hook function

Hook was part of survey code which I removed in I8be6198a6. I neglected to
remove the statement which registered the hook handler, however.

Change-Id: Ia4e2a7854b3a2a5cbbe4da7657f7afe18f3c1d6a
This commit is contained in:
Ori Livneh 2013-07-31 21:09:01 -07:00
parent ee858eddb3
commit 56649046d9

View file

@ -56,7 +56,6 @@ $wgExtensionFunctions[] = 'VisualEditorHooks::onSetup';
// Bug 49604: Running split test in production if $wgVisualEditorEnableSplitTest is true.
// This requires that GuidedTour and EventLogging are also enabled on the wiki.
$wgHooks['AddNewAccount'][] = 'VisualEditorHooks::onAddNewAccount';
$wgHooks['BeforeWelcomeCreation'][] = 'VisualEditorHooks::onBeforeWelcomeCreation';
// Set default values for new preferences
$wgDefaultUserOptions['visualeditor-enable'] = 0;