From: Brion Vibber Date: Fri, 30 Sep 2011 18:50:39 +0000 (-0700) Subject: bad brion! s/__constructor/__construct/ X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=03791eca892a50c7bbb3cc922050dd46c4ed7390;p=quix0rs-gnu-social.git bad brion! s/__constructor/__construct/ --- 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.