aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_apc.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acm/acm_apc.php')
-rw-r--r--phpBB/includes/acm/acm_apc.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/phpBB/includes/acm/acm_apc.php b/phpBB/includes/acm/acm_apc.php
index ff24dfa0d8..1a487f94ad 100644
--- a/phpBB/includes/acm/acm_apc.php
+++ b/phpBB/includes/acm/acm_apc.php
@@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
// Include the abstract base
if (!class_exists('acm_memory'))
{
- require("${phpbb_root_path}includes/acm/acm_memory.$phpEx");
+ require("{$phpbb_root_path}includes/acm/acm_memory.$phpEx");
}
/**
@@ -30,12 +30,6 @@ class acm extends acm_memory
{
var $extension = 'apc';
- function acm()
- {
- // Call the parent constructor
- parent::acm_memory();
- }
-
/**
* Purge cache data
*