diff options
Diffstat (limited to 'includes/QueryPage.php')
-rw-r--r-- | includes/QueryPage.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/QueryPage.php b/includes/QueryPage.php index da0aaa017e97..d0f250e7aea5 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -1,7 +1,7 @@ <?php -include_once ( "LogPage.php" ) ; -include_once ( "Feed.php" ); +require_once ( "LogPage.php" ) ; +require_once ( "Feed.php" ); # This is a class for doing query pages; since they're almost all the same, # we factor out some of the functionality into a superclass, and let |