Fixed issue 106, crash with the cache and subversion.
This commit is contained in:
parent
388a98defd
commit
037b9b78ae
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user