We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ff9339 + e427273 commit 008d9d9Copy full SHA for 008d9d9
core/src/wheels/events/onrequestend/debug.cfm
@@ -261,7 +261,7 @@
261
<cfloop collection="#$get('plugins')#" item="local.i">
262
<cfset local.count = local.count + 1>
263
<a
264
- href="#URLFor(route="pluginEntry", name=local.i)#"
+ href="#URLFor(route="wheelspluginEntry", name=local.i)#"
265
>
266
#local.i#
267
<cfif StructCount($get("pluginMeta")) IS NOT 0 && StructKeyExists($get("pluginMeta"), local.i)>
0 commit comments