Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Mar 13, 2019
1 parent 98d3a1f commit de082da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/src/Image/Filter/Contrast.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Joomla\CMS\Image\ImageFilter;
use Joomla\CMS\Log\Log;

Log::add('JImageFilterContrast is deprecated, use Joomla\Image\Filter\Contrast instead.', Log::WARNING, 'deprecated');
Log::add('JImageFilterContrast is deprecated, use Joomla\Image\Filter\Contrast instead.', Log::WARNING, 'deprecated');

/**
* Image Filter class adjust the contrast of an image.
Expand Down
2 changes: 0 additions & 2 deletions libraries/src/Image/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
use Joomla\CMS\Log\Log;
use Joomla\Image\Image as FrameworkImage;



/**
* Class to manipulate an image.
*
Expand Down

0 comments on commit de082da

Please sign in to comment.