From 2d29679b1319c7edca580ec90f87104e28c1b1bf Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 19 Feb 2010 00:25:18 -0700 Subject: [PATCH] Fix class type determination --- imp/scripts/query-imap-cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/scripts/query-imap-cache.php b/imp/scripts/query-imap-cache.php index 4557d3c70..8f728fd93 100755 --- a/imp/scripts/query-imap-cache.php +++ b/imp/scripts/query-imap-cache.php @@ -84,7 +84,7 @@ if ($ob->cache) { $cli->fatal('Caching not setup for this server.'); } else { $driver = $ob->getParam('cache'); - $cli->message('Cache driver used: ' . $driver['driver']); + $cli->message('Cache driver used: ' . get_class($driver['cacheob'])); } try { -- 2.11.0