X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FDashboards%2Fdhandler;h=ecdbebb61600e9393c7ca41358d496821a586372;hb=d2df919ea5209bf075bec446be9cacf970dd0f37;hp=f4d0c6a96683d19eb88b01cc7ee54b032c81eb45;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/rt/share/html/Dashboards/dhandler b/rt/share/html/Dashboards/dhandler index f4d0c6a96..ecdbebb61 100644 --- a/rt/share/html/Dashboards/dhandler +++ b/rt/share/html/Dashboards/dhandler @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2014 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;