You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. use getFileLogs and there is a commit without comment.
2.
3.
What is the expected output? What do you see instead?
Return the log of the files/folders.
What version of the product are you using? On what operating system?
trunk
Please provide any additional information below.
you can solve this by changing the line 634
FROM:
$array['comment'] = $entry['tagData'];
TO:
$array['comment'] = isset($entry['tagData']) ? $entry['tagData'] : '';
Original issue reported on code.google.com by [email protected] on 4 Sep 2012 at 9:01
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 4 Sep 2012 at 9:01The text was updated successfully, but these errors were encountered: