* Confirmation is now required when deleting old versions of files
[lhc/web/wiklou.git] / includes / SpecialRecentchanges.php
index b999344..7565481 100644 (file)
@@ -269,8 +269,6 @@ function wfSpecialRecentchanges( $par, $specialPage ) {
 }
 
 function rcFilterByCategories ( &$rows , $categories , $any ) {
-       require_once ( 'Categoryfinder.php' ) ;
-       
        # Filter categories
        $cats = array () ;
        foreach ( $categories AS $cat ) {
@@ -702,4 +700,4 @@ function rcApplyDiffStyle( $text ) {
        return $text;
 }
 
-?>
+