Ignore:
Timestamp:
Apr 7, 2020, 9:13:33 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Image.php

    r55 r56  
    8989    if ($this->Type == IMAGETYPE_GIF)
    9090    {
    91       $this->Image = imagecreatefromgif ($FileName);
     91      $this->Image = imagecreatefromgif($FileName);
    9292    } else
    9393    if ( $this->Type == IMAGETYPE_PNG)
Note: See TracChangeset for help on using the changeset viewer.