rt 4.2.14 (#13852)
[freeside.git] / rt / share / html / Dashboards / dhandler
index f4d0c6a..c010f47 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (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;