diff options
Diffstat (limited to 'phpBB/adm/swatch.php')
-rw-r--r-- | phpBB/adm/swatch.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/phpBB/adm/swatch.php b/phpBB/adm/swatch.php index 1051523a70..5d452218b0 100644 --- a/phpBB/adm/swatch.php +++ b/phpBB/adm/swatch.php @@ -36,13 +36,6 @@ $template->assign_vars(array( $template->display('body'); -// Unload cache, must be done before the DB connection if closed -if (!empty($cache)) -{ - $cache->unload(); -} - -// Close our DB connection. -$db->sql_close(); +garbage_collection(); ?>
\ No newline at end of file |