mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
sync with master
This commit is contained in:
parent
77d63835f1
commit
d158f63260
@ -346,6 +346,8 @@ class Config extends Singleton
|
||||
if (isset($xmlNode->revision)) {
|
||||
$result[$filename] = $this->toArray(null, $xmlNode->revision);
|
||||
}
|
||||
// append filesize to revision info object
|
||||
$result[$filename]['size'] = filesize($filename);
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user