From ee73a723f9fb3d51927b60f6bc38b277adcf58e9 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 05 Jun 2013 04:56:26 -0400
Subject: [PATCH] Improvements in garbage collector: created gc() method to run all gc-related cleanups in one place, added posibility to run gc in environments without session
---
program/include/bc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/program/include/bc.php b/program/include/bc.php
index 447876d..a7d7b5a 100644
--- a/program/include/bc.php
+++ b/program/include/bc.php
@@ -62,7 +62,7 @@
function rcmail_temp_gc()
{
- rcmail::get_instance()->temp_gc();
+ rcmail::get_instance()->gc_temp();
}
function rcube_charset_convert($str, $from, $to=NULL)
--
Gitblit v1.9.1