Skip to content

Commit

Permalink
Fix method call.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 1, 2013
1 parent a5e4b5f commit 539844a
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 @@ -362,7 +362,7 @@ public function getFolders()

if (array_search('tasks', $supported) !== false) {
if ($mp) {
$folders[] = $this->getFolder(self::TASKS_FOLDER_UID);
$folders[] = $this->_getFolder(self::TASKS_FOLDER_UID);
} else {
$temp = $this->_connector->getFolders(Horde_ActiveSync::CLASS_TASKS);
if (is_array($temp)) {
Expand Down

0 comments on commit 539844a

Please sign in to comment.