aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_eaccelerator.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acm/acm_eaccelerator.php')
-rw-r--r--phpBB/includes/acm/acm_eaccelerator.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/phpBB/includes/acm/acm_eaccelerator.php b/phpBB/includes/acm/acm_eaccelerator.php
index 7530043e83..1a3cf3c0f7 100644
--- a/phpBB/includes/acm/acm_eaccelerator.php
+++ b/phpBB/includes/acm/acm_eaccelerator.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");
}
/**
@@ -33,12 +33,6 @@ class acm extends acm_memory
var $serialize_header = '#phpbb-serialized#';
- function acm()
- {
- // Call the parent constructor
- parent::acm_memory();
- }
-
/**
* Purge cache data
*