bad brion! s/__constructor/__construct/

This commit is contained in:
Brion Vibber 2011-09-30 11:50:39 -07:00
parent 5f2dcffb60
commit 03791eca89
1 changed files with 1 additions and 1 deletions

View 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.