Skip to content

Commit

Permalink
Revert "Better variable name."
Browse files Browse the repository at this point in the history
This reverts commit f69f149.
  • Loading branch information
slusarz committed Mar 3, 2014
1 parent 5c8366e commit bd95f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
Original file line number Diff line number Diff line change
Expand Up @@ -2707,8 +2707,8 @@ protected function _fetchCmd(

case Horde_Imap_Client::FETCH_BODYPARTSIZE:
if ($this->queryCapability('BINARY')) {
foreach ($c_val as $mime_id) {
$fetch->add('BINARY.SIZE[' . $mime_id . ']');
foreach ($c_val as $key) {
$fetch->add('BINARY.SIZE[' . $key . ']');
}
}
break;
Expand Down

0 comments on commit bd95f92

Please sign in to comment.