Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 1, 2014
1 parent 294f599 commit 187b8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nag/lib/Driver/Kolab.php
Expand Up @@ -482,7 +482,7 @@ public function getChildren($parentId)
$tasks = array();

foreach ($task_list as $task) {
if (Horde_Url::uriB64Encode($task['parent']) != $parentId) {
if (Horde_Url::uriB64Encode($task['parent']) != $parentId) {
continue;
}
$t = new Nag_Task($this, $this->_buildTask($task));
Expand Down

0 comments on commit 187b8a2

Please sign in to comment.