Skip to content

Commit

Permalink
Fix variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 31, 2013
1 parent be95afe commit 31f650b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/ActiveSync/Driver.php
Expand Up @@ -994,7 +994,7 @@ public function getMessage($folderid, $id, array $collection)
ob_start();
$message = false;

$folder_split = $this->_parseFolderId($folderId);
$folder_split = $this->_parseFolderId($folderid);
if (is_array($folder_split)) {
$folder_class = $folder_split[self::FOLDER_PART_CLASS];
} else {
Expand Down

0 comments on commit 31f650b

Please sign in to comment.