From 497bbc5938669d464b74365efa3d15d53baf1d3c Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 18 Jan 2004 06:02:50 +0000 Subject: [PATCH] untested attempt at bug fix --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.php b/update.php index 9dbdafaa84..5dac7718a6 100644 --- a/update.php +++ b/update.php @@ -196,7 +196,7 @@ function do_index_update() { function do_linkscc_update() { // Create linkscc if necessary global $wgDatabase; - if( table_exists( "linkscc" ) ) { + if( $wgDatabase->tableExists( "linkscc" ) ) { echo "...have linkscc table.\n"; } else { echo "Adding linkscc table... "; -- 2.20.1