Moved action=deletetrackback and action=markpatrolled to Action class.
[lhc/web/wiklou.git] / includes / Wiki.php
index 38a27ae..6ce2d48 100644 (file)
@@ -430,9 +430,7 @@ class MediaWiki {
                        case 'protect':
                        case 'unprotect':
                        case 'info':
-                       case 'markpatrolled':
                        case 'render':
-                       case 'deletetrackback':
                                $article->$act();
                                break;
                        case 'submit':