From: Gabriel Wicke Date: Sat, 12 Jun 2004 00:58:10 +0000 (+0000) Subject: typo X-Git-Tag: 1.5.0alpha1~2901 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=797e7d34ec7aef5110a898effcc6d1473c28284f;p=lhc%2Fweb%2Fwiklou.git typo --- diff --git a/includes/LinkCache.php b/includes/LinkCache.php index 512bc7dca9..4f7b03a227 100644 --- a/includes/LinkCache.php +++ b/includes/LinkCache.php @@ -308,7 +308,7 @@ class LinkCache { } else { $ser = wfStrencode( serialize( $this ) ); } - if ($isMySQL) { + if ($wgIsMySQL) { wfQuery("REPLACE INTO linkscc(lcc_pageid,lcc_cacheobj) " . "VALUES({$pid}, '{$ser}')", DB_WRITE); } else {