- Fix typo in last commit

release-0.6
alecpl 15 years ago
parent 1d51658ba5
commit 6a86d2727a

@ -242,7 +242,7 @@ class rcube_imap_generic
} }
// don't use it in loops, until you exactly know what you're doing // don't use it in loops, until you exactly know what you're doing
private function readReply($untagged=null) private function readReply(&$untagged=null)
{ {
do { do {
$line = trim($this->readLine(1024)); $line = trim($this->readLine(1024));

Loading…
Cancel
Save