diff --git a/plugins/type/CommerceFile.class.php b/plugins/type/CommerceLicenseFile.class.php similarity index 96% rename from plugins/type/CommerceFile.class.php rename to plugins/type/CommerceLicenseFile.class.php index 599f9500992de265a783107234894f1234f9ecc5..5723199bcea90c80ac86152181d2da05dc5aab71 100644 --- a/plugins/type/CommerceFile.class.php +++ b/plugins/type/CommerceLicenseFile.class.php @@ -3,7 +3,7 @@ /** * File license type. */ -class CommerceFile extends CommerceLicenseBase { +class CommerceLicenseFile extends CommerceLicenseBase { /** * Implements CommerceLicenseInterface::isConfigurable(). diff --git a/plugins/type/file.inc b/plugins/type/file.inc index 9e94fff9512eb7afeff49a1be8d4684273233f1c..f9c6ea84bf9fb3116c23d33c4e0cd375602bceb0 100644 --- a/plugins/type/file.inc +++ b/plugins/type/file.inc @@ -7,5 +7,5 @@ $plugin = array( 'title' => t('File'), - 'class' => 'CommerceFile', + 'class' => 'CommerceLicenseFile', );