Autoload WatchedItem

This commit is contained in:
Domas Mituzas 2006-06-06 12:10:08 +00:00
parent 7fd347b45a
commit 526b19e075
2 changed files with 0 additions and 6 deletions

View file

@ -9,7 +9,6 @@
* *
*/ */
require_once( 'SpecialRecentchanges.php' ); require_once( 'SpecialRecentchanges.php' );
require_once( 'WatchedItem.php' );
/** /**
* Constructor * Constructor

View file

@ -5,11 +5,6 @@
* @package MediaWiki * @package MediaWiki
*/ */
/**
*
*/
require_once( 'WatchedItem.php' );
# Number of characters in user_token field # Number of characters in user_token field
define( 'USER_TOKEN_LENGTH', 32 ); define( 'USER_TOKEN_LENGTH', 32 );