Restore some commit metadata to browse views.

This commit is contained in:
epriestley
2011-03-30 22:41:31 -07:00
parent e6cf7a9cb0
commit e25c58ed9c
8 changed files with 131 additions and 6 deletions

View File

@@ -62,6 +62,8 @@ class DiffusionPathChangeQuery {
$changes = array();
$raw_changes = isort($raw_changes, 'pathName');
foreach ($raw_changes as $raw_change) {
$type = $raw_change['changeType'];