Merge branch 'master' into jens1o-patch-1
This commit is contained in:
commit
da15debf75
2 changed files with 6 additions and 2 deletions
|
|
@ -115,7 +115,9 @@ class Frame extends AbstractMediaType
|
|||
$commands = array_merge($commands, $filter->apply($this));
|
||||
}
|
||||
|
||||
$commands = array_merge($commands, array($pathfile));
|
||||
if (!$returnBase64) {
|
||||
$commands = array_merge($commands, array($pathfile));
|
||||
}
|
||||
|
||||
try {
|
||||
if(!$returnBase64) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue