Index: trunk/extensions/Reviews/Reviews.php |
— | — | @@ -62,7 +62,7 @@ |
63 | 63 | $wgAutoloadClasses['ReviewRating'] = dirname( __FILE__ ) . '/includes/ReviewRating.php'; |
64 | 64 | $wgAutoloadClasses['ReviewRatingsTag'] = dirname( __FILE__ ) . '/includes/ReviewRatingsTag.php'; |
65 | 65 | $wgAutoloadClasses['ReviewsDBObject'] = dirname( __FILE__ ) . '/includes/ReviewsDBObject.php'; |
66 | | -$wgAutoloadClasses['ReviewsTag'] = dirname( __FILE__ ) . '/includes/ReviewsTag.php'; |
| 66 | +$wgAutoloadClasses['ReviewsList'] = dirname( __FILE__ ) . '/includes/ReviewsList.php'; |
67 | 67 | |
68 | 68 | $wgAutoloadClasses['SpecialMyReviews'] = dirname( __FILE__ ) . '/specials/SpecialMyReviews.php'; |
69 | 69 | $wgAutoloadClasses['SpecialReviews'] = dirname( __FILE__ ) . '/specials/SpecialReviews.php'; |