Skip to content

Commit

Permalink
Merge pull request #118 from JoomShaper/HFW3-31-php-8-support
Browse files Browse the repository at this point in the history
Hfw3 31 php 8 support
  • Loading branch information
siddik-web committed Dec 14, 2022
2 parents e4b01f3 + 7e8afef commit b0966fb
Show file tree
Hide file tree
Showing 148 changed files with 4,126 additions and 10,020 deletions.
2 changes: 2 additions & 0 deletions language/en-GB/en-GB.tpl_shaper_helix3.ini
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,5 @@ HELIX_SHARE_TWITTER="Share On Twitter"
HELIX_SHARE_GOOGLE_PLUS="Share On Google Plus"
HELIX_SHARE_LINKEDIN="Share On Linkedin"
HELIX_SHARE_PINTERSET="Share On Pinterest"

COM_USERS_OPTIONAL="(Optional)"
2 changes: 1 addition & 1 deletion plugins/ajax/helix3/classes/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class Helix3Image {

public static function createThumbs($src, $sizes = array(), $folder, $base_name, $ext)
public static function createThumbs($src, $folder, $base_name, $ext, $sizes = array())
{

list($originalWidth, $originalHeight) = getimagesize($src);
Expand Down
Loading

0 comments on commit b0966fb

Please sign in to comment.