From a3dca741cd07183ff5db442e6e92530712ab3cd6 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Wed, 5 Apr 2006 18:12:00 +0000 Subject: [PATCH] (bug 5462) Bogus missing patch warning in updater --- maintenance/updaters.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index 6f33841d78..e0e437e4e9 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -687,7 +687,7 @@ function do_watchlist_null() { if( $info->not_null ) { echo "Making wl_notificationtimestamp nullable... "; - dbsource( 'maintenance/archives/patch-watchlist-null.sql', $wgDatabase ); + dbsource( archive( 'patch-watchlist-null.sql' ), $wgDatabase ); echo "ok\n"; } else { echo "...wl_notificationtimestamp is already nullable.\n"; -- 2.20.1