Fixed issue 232, repository browser on SVN shows stacktraces

This commit is contained in:
Patrick Georgi
2009-06-08 13:21:03 +02:00
committed by Loic d'Anterroches
parent d014b36ee2
commit 88a1bf9c94
2 changed files with 10 additions and 6 deletions

View File

@@ -288,6 +288,7 @@ class IDF_Scm_Git extends IDF_Scm
if ($totest == $file) {
return (object) array('perm' => $perm, 'type' => $type,
'size' => $size, 'hash' => $hash,
'fullpath' => $file,
'file' => $file);
}
}