From: Antoine Musso Date: Sat, 16 Dec 2006 21:19:19 +0000 (+0000) Subject: Die cleanly when not using memcached X-Git-Tag: 1.31.0-rc.0~54881 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=75238e71029e1105cb12a061902c658a3a272c59;p=lhc%2Fweb%2Fwiklou.git Die cleanly when not using memcached --- diff --git a/maintenance/stats.php b/maintenance/stats.php index bb19e67152..25bb9cc79d 100644 --- a/maintenance/stats.php +++ b/maintenance/stats.php @@ -1,6 +1,10 @@ get(wfMemcKey('stats','request_with_session'))); $noSession = intval($wgMemc->get(wfMemcKey('stats','request_without_session')));