Skip to content

Commit

Permalink
Adding missing dest_image property in CI_Image_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gxgpet committed Mar 1, 2023
1 parent e9ff2f2 commit d3c610b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions system/libraries/Image_lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ class CI_Image_lib {
*/
public $new_image = '';


/**
* Path to destination image
*
* @var string
*/
public $dest_image = '';

/**
* Image width
*
Expand Down

0 comments on commit d3c610b

Please sign in to comment.