aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Article.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Article.php')
-rw-r--r--includes/Article.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Article.php b/includes/Article.php
index ab8c752e019e..16101eca27c8 100644
--- a/includes/Article.php
+++ b/includes/Article.php
@@ -5,7 +5,7 @@
# Note: edit user interface and cache support functions have been
# moved to separate EditPage and CacheManager classes.
-include_once( "CacheManager.php" );
+require_once( "CacheManager.php" );
class Article {
/* private */ var $mContent, $mContentLoaded;