Merge "Make it possible for EditPage::getCopyrightWarning to return HTML"
[lhc/web/wiklou.git] / includes / EditPage.php
index 7471589..d7b2b5e 100644 (file)
@@ -840,7 +840,6 @@ class EditPage {
                if ( $this->textbox1 === false ) {
                        return false;
                }
-               wfProxyCheck();
                return true;
        }