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.
1 parent 9c9709f commit c1f622cCopy full SHA for c1f622c
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="#$get('webPath')##ListLast(request.cgi.script_name, '/')#?controller=wheels&action=wheels&view=plugins&name=#local.i#"
+ href="#URLFor(route="pluginEntry", name=local.i)#"
265
>
266
#local.i#
267
<cfif StructCount($get("pluginMeta")) IS NOT 0 && StructKeyExists($get("pluginMeta"), local.i)>
0 commit comments