Revert unauthorized changes made without discussion of outstanding objections.
[lhc/web/wiklou.git] / index.php
index 6196aca..5486408 100644 (file)
--- a/index.php
+++ b/index.php
@@ -171,11 +171,6 @@ if( !is_null( $search ) && $search !== '' ) {
                        $raw = new RawPage( $wgArticle );
                        $raw->view();
                        break;
-               case "editcomment":
-                       require_once( "includes/EditComment.php" );
-                       $ecom = new EditComment( $wgArticle, $action );
-                       $ecom->process();
-                       break;
                case "purge":
                        wfPurgeSquidServers(array($wgTitle->getInternalURL()));
                        $wgOut->setSquidMaxage( $wgSquidMaxage );