From 9c00496ff5f5d940d34692c4800e209887d7e9fa Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 5 Jun 2009 15:40:56 +0000 Subject: Fix a small bug with xcache (thanks bantu), and some code consistency changes git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9544 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acm/acm_eaccelerator.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'phpBB/includes/acm/acm_eaccelerator.php') 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 * -- cgit v1.2.1