Fixed issue 106, crash with the cache and subversion.

dev
Loic d'Anterroches 2009-01-21 19:25:49 +01:00
parent 388a98defd
commit 037b9b78ae
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class IDF_Scm_Svn
if ($file['type'] == 'blob') {
$file['size'] = (string) $entry->size;
}
$file['author'] = $entry->commit->author;
$file['author'] = (string) $entry->commit->author;
$file['perm'] = '';
$res[] = (object) $file;
}