Follow-up I83714188: Don't turn every MW page into an exception

A hook function was removed, now we remove the reference to it from wgHooks.

Change-Id: I2d6c6b8f7948ec69f6ee04f904c48812b34ddaa2
This commit is contained in:
Alex Monk 2016-11-15 01:30:16 +00:00
parent 2cb1deb2d1
commit 142b8089a5

View file

@ -19,9 +19,6 @@
"EditPage::showReadOnlyForm:initial": [ "EditPage::showReadOnlyForm:initial": [
"CodeEditorHooks::editPageShowEditFormInitial" "CodeEditorHooks::editPageShowEditFormInitial"
], ],
"BeforePageDisplay": [
"CodeEditorHooks::onBeforePageDisplay"
],
"GetPreferences": [ "GetPreferences": [
"CodeEditorHooks::getPreferences" "CodeEditorHooks::getPreferences"
] ]