From e838fc2a03c94647e9d6317aac83d2f2f6dbdddc Mon Sep 17 00:00:00 2001 From: jgen Date: Sat, 19 Apr 2014 04:17:58 -0400 Subject: [PATCH] Comment this in case someone else wonders why its there. --- core/database.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/database.class.php b/core/database.class.php index eb00e1ab..5a889878 100644 --- a/core/database.class.php +++ b/core/database.class.php @@ -229,7 +229,9 @@ class MemcacheCache implements CacheEngine { class APCCache implements CacheEngine { var $hits=0, $misses=0; - public function __construct($args) {} + public function __construct($args) { + // $args is not used, but is passed in when APC cache is created. + } public function get($key) { assert(!is_null($key));