* Fixed a bug where the watchlist count without talk pages would be off by a
[lhc/web/wiklou.git] / includes / UpdateClasses.php
index ed80289..e6da731 100644 (file)
@@ -1,11 +1,17 @@
-<?
-# See deferred.doc
-global $IP;
-include_once( "$IP/UserUpdate.php" );
-include_once( "$IP/ViewCountUpdate.php" );
-include_once( "$IP/SiteStatsUpdate.php" );
-include_once( "$IP/LinksUpdate.php" );
-include_once( "$IP/SearchUpdate.php" );
-include_once( "$IP/UserTalkUpdate.php" );
+<?php
+/**
+ * See deferred.txt
+ *
+ * @package MediaWiki
+ */
 
-?>
+/**
+ *
+ */
+
+require_once( 'SiteStatsUpdate.php' );
+require_once( 'LinksUpdate.php' );
+require_once( 'SearchUpdate.php' );
+require_once( 'SquidUpdate.php' );
+
+?>
\ No newline at end of file