From 2195bf8355b700215ad5e2aeb481fe1c36229083 Mon Sep 17 00:00:00 2001 From: Magnus Manske Date: Thu, 17 Mar 2005 13:47:05 +0000 Subject: Re-establishing validation feature (the beginnings) --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') diff --git a/index.php b/index.php index 0c77aec93e69..47668c46e454 100644 --- a/index.php +++ b/index.php @@ -135,6 +135,7 @@ if( !$wgDisableInternalSearch && !is_null( $search ) && $search !== '' ) { case 'unprotect': case 'info': case 'markpatrolled': + case 'validate': $wgArticle->$action(); break; case 'print': -- cgit v1.2.3