include_once -> require_once
[lhc/web/wiklou.git] / includes / SpecialPopularpages.php
index 18dbb0d..bed3b34 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-include_once( "QueryPage.php" );
+require_once( "QueryPage.php" );
 
 class PopularPagesPage extends QueryPage {