From: Tim Starling Date: Sun, 18 Jan 2004 06:02:50 +0000 (+0000) Subject: untested attempt at bug fix X-Git-Tag: 1.3.0beta1~1143 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=497bbc5938669d464b74365efa3d15d53baf1d3c;p=lhc%2Fweb%2Fwiklou.git untested attempt at bug fix --- 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... ";