Ignore:
Timestamp:
May 31, 2013, 1:13:39 AM (11 years ago)
Author:
Chillexistence
Message:

Removed get_root_url() from $sheets URL since this was there twice, and changed version to auto.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Crop_Image/main.inc.php

    r22941 r22977  
    22/*
    33Plugin Name: Crop Image
    4 Version: 2.5.d
     4Version: auto
    55Description: Enables to Crop Images already uploaded to the gallery, basic functionality.  Tested with v2.5.1, v2.4.6
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=700
     
    2828    $sheets['crop'] = array(
    2929      'caption' => l10n('Crop'),
    30       'url' => get_root_url().CROPIMAGE_ADMIN.'-'.$image_id,
     30      'url' => CROPIMAGE_ADMIN.'-'.$image_id,
    3131      );
    3232  }
Note: See TracChangeset for help on using the changeset viewer.