aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialRecentchanges.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialRecentchanges.php')
-rw-r--r--includes/SpecialRecentchanges.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php
index 9581b8c52dc6..127678528581 100644
--- a/includes/SpecialRecentchanges.php
+++ b/includes/SpecialRecentchanges.php
@@ -1,6 +1,6 @@
<?php
-include_once( "Feed.php" );
+require_once( "Feed.php" );
function wfSpecialRecentchanges( $par )
{