Skip to content

Commit 008d9d9

Browse files
authored
Merge pull request #1822 from wheels-dev/fix/route
fix route
2 parents 6ff9339 + e427273 commit 008d9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/wheels/events/onrequestend/debug.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
<cfloop collection="#$get('plugins')#" item="local.i">
262262
<cfset local.count = local.count + 1>
263263
<a
264-
href="#URLFor(route="pluginEntry", name=local.i)#"
264+
href="#URLFor(route="wheelspluginEntry", name=local.i)#"
265265
>
266266
#local.i#
267267
<cfif StructCount($get("pluginMeta")) IS NOT 0 && StructKeyExists($get("pluginMeta"), local.i)>

0 commit comments

Comments
 (0)