bad brion! s/__constructor/__construct/
This commit is contained in:
parent
5f2dcffb60
commit
03791eca89
|
@ -53,7 +53,7 @@ class Cache
|
||||||
|
|
||||||
const COMPRESSED = 1;
|
const COMPRESSED = 1;
|
||||||
|
|
||||||
private function __constructor() {
|
private function __construct() {
|
||||||
// Potentially long-running daemons or maintenance scripts
|
// Potentially long-running daemons or maintenance scripts
|
||||||
// should not use an in-process cache as it becomes out of
|
// should not use an in-process cache as it becomes out of
|
||||||
// date.
|
// date.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user