diff options
Diffstat (limited to 'phpBB/includes/acm/acm_xcache.php')
-rw-r--r-- | phpBB/includes/acm/acm_xcache.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/acm/acm_xcache.php b/phpBB/includes/acm/acm_xcache.php index 36a32c167e..5b4ecd68d8 100644 --- a/phpBB/includes/acm/acm_xcache.php +++ b/phpBB/includes/acm/acm_xcache.php @@ -28,6 +28,8 @@ if (!class_exists('acm_memory')) */ class acm extends acm_memory { + var $extension = 'xcache'; + function acm() { // Call the parent constructor |