From: Platonides Date: Tue, 4 Jun 2013 21:40:30 +0000 (+0200) Subject: Remove unused global X-Git-Tag: 1.31.0-rc.0~19493 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=5e48bc1cc77e90595f9589498a7e0be79f9a4ca9;p=lhc%2Fweb%2Fwiklou.git Remove unused global Follow-up 22eb569 Change-Id: I2c34b1f02c7304bd6864a7402c8be0ab313c7162 --- diff --git a/includes/Title.php b/includes/Title.php index 29e810e62a..a54312616e 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -4492,8 +4492,6 @@ class Title { * @return Bool true if the update succeeded */ public function invalidateCache() { - global $wgMemc; - if ( wfReadOnly() ) { return false; }