Fix missing abstract methods, logging against r86001
authorSam Reed <reedy@users.mediawiki.org>
Sat, 16 Apr 2011 11:25:37 +0000 (11:25 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 16 Apr 2011 11:25:37 +0000 (11:25 +0000)
includes/actions/DeleteAction.php

index 3f8097f..41ac4be 100644 (file)
@@ -473,4 +473,11 @@ class DeleteAction extends Action {
 
                return $reason;
        }
+
+       public function show() {
+       }
+
+       public function execute(){
+
+       }
 }