SECURITY: Disallow loading JS/CSS/Json subpages from unregistered users and log
[lhc/web/wiklou.git] / includes / actions / MarkpatrolledAction.php
index 66bedb2..431ea06 100644 (file)
@@ -42,6 +42,10 @@ class MarkpatrolledAction extends FormAction {
                return 'patrol';
        }
 
+       protected function usesOOUI() {
+               return true;
+       }
+
        protected function getRecentChange( $data = null ) {
                $rc = null;
                // Note: This works both on initial GET url and after submitting the form