projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac5b33
)
Fix class type determination
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 19 Feb 2010 07:25:18 +0000
(
00:25
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 19 Feb 2010 07:25:18 +0000
(
00:25
-0700)
imp/scripts/query-imap-cache.php
patch
|
blob
|
history
diff --git
a/imp/scripts/query-imap-cache.php
b/imp/scripts/query-imap-cache.php
index
4557d3c
..
8f728fd
100755
(executable)
--- 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 {