Skip to content

Commit

Permalink
[VD:abstract] fix notice error in imageUtil()
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed May 9, 2016
1 parent d831d5c commit b98d582
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions php/elFinderVolumeDriver.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2589,6 +2589,9 @@ public function imageUtil($mode, $src, $options = array()) {
if (! isset($options['bgcolor'])) {
$options['bgcolor'] = '#ffffff';
}
if (! isset($options['bgColorFb'])) {
$options['bgColorFb'] = $this->options['bgColorFb'];
}
switch($mode) {
case 'rotate':
if (empty($options['degree'])) {
Expand Down

0 comments on commit b98d582

Please sign in to comment.