Ignore:
Timestamp:
Feb 23, 2012, 11:33:51 AM (12 years ago)
Author:
plg
Message:

bug fixed: rotate HD was never called even if checkbox was checked

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rotateImage/ws_functions.inc.php

    r12417 r13314  
    3636  $image_id=(int)$params['image_id'];
    3737  $angle=(int)$params['angle'];
    38   $rotate_hd = (int) $params['rotate_hd'];
     38  $rotate_hd = get_boolean($params['rotate_hd']);
    3939  $query='
    4040SELECT id, path, tn_ext, has_high
Note: See TracChangeset for help on using the changeset viewer.