diff options
author | Magnus Manske <magnusmanske@users.mediawiki.org> | 2005-03-17 13:47:05 +0000 |
---|---|---|
committer | Magnus Manske <magnusmanske@users.mediawiki.org> | 2005-03-17 13:47:05 +0000 |
commit | 2195bf8355b700215ad5e2aeb481fe1c36229083 (patch) | |
tree | d7949c8d4628088dcb7fffc25b3f52696bc1a40b /index.php | |
parent | 502e210f70e4e9418730e51227229f2026e37a5e (diff) | |
download | mediawikicore-2195bf8355b700215ad5e2aeb481fe1c36229083.tar.gz mediawikicore-2195bf8355b700215ad5e2aeb481fe1c36229083.zip |
Re-establishing validation feature (the beginnings)
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7726
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
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': |