Skip to content

Commit

Permalink
This variable doesn't exist.
Browse files Browse the repository at this point in the history
I guess this was the intention.
  • Loading branch information
yunosh committed Oct 27, 2014
1 parent 3c54823 commit f5ace0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/History/lib/Horde/History/Composite.php
Expand Up @@ -105,7 +105,7 @@ public function getHistory($guid)
}

if (!empty($extra)) {
$tmp['history_extra'] = $row['history_extra'];
$tmp['history_extra'] = $extra;
}

$data[] = $tmp;
Expand Down

0 comments on commit f5ace0c

Please sign in to comment.