]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/cache.php
bad brion! s/__constructor/__construct/
[quix0rs-gnu-social.git] / lib / cache.php
index 8f5987ce2762878f8ec317959b1b9336ca485bdb..59110f74d845f1a425ffbcdbca7cab44a9a75c2f 100644 (file)
@@ -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.