Fix class type determination
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 19 Feb 2010 07:25:18 +0000 (00:25 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 19 Feb 2010 07:25:18 +0000 (00:25 -0700)
imp/scripts/query-imap-cache.php

index 4557d3c..8f728fd 100755 (executable)
@@ -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 {