X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FDashboards%2Fdhandler;h=cdbf88cd177f73c732ff30916c08bba08fdb3f79;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=97a1ad16d1659a321dc2f12e988edcd811950261;hpb=7588a4ac90a9b07c08a3107cd1107d773be1c991;p=freeside.git diff --git a/rt/share/html/Dashboards/dhandler b/rt/share/html/Dashboards/dhandler index 97a1ad16d..cdbf88cd1 100644 --- a/rt/share/html/Dashboards/dhandler +++ b/rt/share/html/Dashboards/dhandler @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -47,7 +47,7 @@ %# END BPS TAGGED BLOCK }}} <%INIT> if ($m->dhandler_arg =~ /^(\d+)/) { - $m->comp('/Dashboards/Render.html', id => $1, %ARGS); + $m->subexec('/Dashboards/Render.html', id => $1, %ARGS); } else { $m->decline;