Forgot to uncomment this

This commit is contained in:
Andrew Garrett 2008-06-27 12:24:53 +00:00
parent aebb17233e
commit c17d14d286

View file

@ -8,7 +8,7 @@ require_once ( getenv('MW_INSTALL_PATH') !== false
? getenv('MW_INSTALL_PATH')."/maintenance/commandLine.inc"
: dirname( __FILE__ ) . '/../../maintenance/commandLine.inc' );
//dbsource( dirname( __FILE__ ) . '/abusefilter.tables.sql' );
dbsource( dirname( __FILE__ ) . '/abusefilter.tables.sql' );
// Create the Abuse Filter user.
wfLoadExtensionMessages( 'AbuseFilter' );