include_once -> require_once
[lhc/web/wiklou.git] / includes / SpecialWatchlist.php
index c98cd5f..619dc38 100644 (file)
@@ -1,6 +1,6 @@
 <?php
-include_once( "SpecialRecentchanges.php" );
-include_once( "WatchedItem.php" );
+require_once( "SpecialRecentchanges.php" );
+require_once( "WatchedItem.php" );
 
 function wfSpecialWatchlist()
 {