mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
Add curly braces
This commit is contained in:
@@ -255,10 +255,11 @@ class record_exportElement extends record_adapter
|
||||
*/
|
||||
public function get_size($name = false)
|
||||
{
|
||||
if ($name)
|
||||
if ($name) {
|
||||
return $this->size[$name];
|
||||
else
|
||||
} else {
|
||||
return $this->size;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user