Fix dynamic processing
This commit is contained in:
parent
a2cc1b6b8e
commit
7ba037b76d
@ -46,6 +46,9 @@ final class Dynamic extends Send
|
|||||||
case 'mtime':
|
case 'mtime':
|
||||||
return $this->sent->timestamp;
|
return $this->sent->timestamp;
|
||||||
|
|
||||||
|
case 'size':
|
||||||
|
return $this->{$key};
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user