Commit 195378fd authored by Ad Schellevis's avatar Ad Schellevis

fix typo

parent 8dda3da0
......@@ -347,7 +347,7 @@ class Config extends Singleton
$result[$filename] = $this->toArray(null, $xmlNode->revision);
}
// append filesize to revision info object
$result[$filename]['size'] = filesize($filename);
$result[$filename]['filesize'] = filesize($filename);
}
return $result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment