Skip to content

Commit c695350

Browse files
committed
fix test
1 parent 83d8011 commit c695350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/Component.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ component output="true" {
11361136
// Extract the counter from the tag name
11371137
local.counter = key.replaceNoCase( "assets", "" );
11381138
// Create assets tag id based on hash of assets
1139-
local.assetsTagId = hash( value );
1139+
local.assetsTagId = hash( value, "MD5" );
11401140
// Track the assets tag
11411141
variables._assets[ local.assetsTagId ] = value;
11421142
local.requestAssets = variables._CBWIREController.getRequestAssets();

0 commit comments

Comments
 (0)