From 03791eca892a50c7bbb3cc922050dd46c4ed7390 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 30 Sep 2011 11:50:39 -0700 Subject: [PATCH] bad brion! s/__constructor/__construct/ --- lib/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cache.php b/lib/cache.php index 8f5987ce27..59110f74d8 100644 --- a/lib/cache.php +++ b/lib/cache.php @@ -53,7 +53,7 @@ class Cache const COMPRESSED = 1; - private function __constructor() { + private function __construct() { // Potentially long-running daemons or maintenance scripts // should not use an in-process cache as it becomes out of // date.