diff options
author | David M <davidmj@users.sourceforge.net> | 2007-04-28 00:54:07 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-04-28 00:54:07 +0000 |
commit | 2323cb0bff2638a3dd12f247dcc8e4b0a899a861 (patch) | |
tree | 59d89a82f5db938a7cf10b40d80c814214d311c9 /phpBB/install/install_install.php | |
parent | 7f24d83b156542f78ae20d7c0235f1426eb0cad7 (diff) | |
download | forums-2323cb0bff2638a3dd12f247dcc8e4b0a899a861.tar forums-2323cb0bff2638a3dd12f247dcc8e4b0a899a861.tar.gz forums-2323cb0bff2638a3dd12f247dcc8e4b0a899a861.tar.bz2 forums-2323cb0bff2638a3dd12f247dcc8e4b0a899a861.tar.xz forums-2323cb0bff2638a3dd12f247dcc8e4b0a899a861.zip |
oops
git-svn-id: file:///svn/phpbb/trunk@7415 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/install_install.php')
-rwxr-xr-x | phpBB/install/install_install.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index f4960cdb32..1589e3cabf 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -1685,8 +1685,6 @@ class install_install extends module $error = $db->sql_error($db->sql_error_sql); $this->p_master->db_error($error['message'], $db->sql_error_sql, __LINE__, __FILE__); } - - $cache->destroy('sql', STYLES_IMAGESET_DATA_TABLE); } } } |