Skip to content

Commit 9e5b9ba

Browse files
committed
Fix: Wrong case in element class name
Soould be lover. Case mismatch is fatal in case-sensitive enivronments only.
1 parent 29f93a2 commit 9e5b9ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/web/assets/DeleteTagModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Craft.DeleteTagModal = Garnish.Modal.extend({
9494
this.userSelect = new Craft.BaseElementSelectInput({
9595
id: 'replaceselect' + this.id,
9696
name: 'replaceWith',
97-
elementType: 'ether\\tagManager\\Elements\\Tag',
97+
elementType: 'ether\\tagManager\\elements\\Tag',
9898
criteria: {
9999
id: idParam,
100100
},

0 commit comments

Comments
 (0)