Skip to content

Commit c1f622c

Browse files
committed
Update broken link
1 parent 9c9709f commit c1f622c

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="#$get('webPath')##ListLast(request.cgi.script_name, '/')#?controller=wheels&action=wheels&view=plugins&name=#local.i#"
264+
href="#URLFor(route="pluginEntry", 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)