Project

General

Profile

Feature #73161 ยป ElementInformationController.php.diff

Stephan Bauer, 2016-02-06 01:04

View differences:

ElementInformationController.php 2016-02-06 00:47:27.852262800 +0100
continue;
}
if ($name == 'size') {
$this->row[$name] = GeneralUtility::formatSize($this->row[$name]);
}
// Storage is already handled above
if ($this->type === 'file' && $name === 'storage') {
continue;
    (1-1/1)