From b2ce8e43066cb4af8019aff7aca44bb8b9a792b8 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 2 Aug 2004 04:58:54 +0000 Subject: [PATCH] Fix typo in reference to sql file that needs to be run --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 3cf9ebe33f..c06fedea7e 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -528,7 +528,7 @@ function wfRecordUpload( $name, $oldver, $size, $desc, $copyStatus = "", $source # img_name must be unique if ( !$dbw->indexUnique( 'image', 'img_name' ) ) { - wfDebugDieBacktrace( 'Database schema not up to date, please run maintenance/archives/patch-img_name_unique.sql' ); + wfDebugDieBacktrace( 'Database schema not up to date, please run maintenance/archives/patch-image_name_unique.sql' ); } -- 2.20.1