projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a01b3a
)
Typo.
author
Gunnar Wrobel
<p@rdus.de>
Mon, 27 Dec 2010 20:45:57 +0000
(21:45 +0100)
committer
Gunnar Wrobel
<p@rdus.de>
Tue, 4 Jan 2011 07:54:14 +0000
(08:54 +0100)
framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php
patch
|
blob
|
history
diff --git
a/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php
b/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php
index
6bf44cb
..
51903db
100644
(file)
--- a/
framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php
+++ b/
framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php
@@
-1604,7
+1604,7
@@
class Horde_Imap_Client_Cclient extends Horde_Imap_Client_Base
*/
protected function _getMetadata($mailbox, $entries, $options)
{
- return $this->_getSocket()->getMetadata($mailbox, $entr
y
, $options);
+ return $this->_getSocket()->getMetadata($mailbox, $entr
ies
, $options);
}
/**