diff --git a/lib/cache.php b/lib/cache.php index 8f5987ce2762878f8ec317959b1b9336ca485bdb..59110f74d845f1a425ffbcdbca7cab44a9a75c2f 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.