summaryrefslogtreecommitdiff
path: root/rt/share/html/Dashboards/Elements/ShowPortlet/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Dashboards/Elements/ShowPortlet/dashboard')
-rw-r--r--rt/share/html/Dashboards/Elements/ShowPortlet/dashboard3
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/share/html/Dashboards/Elements/ShowPortlet/dashboard b/rt/share/html/Dashboards/Elements/ShowPortlet/dashboard
index c9de6dfbd..3c35ea891 100644
--- a/rt/share/html/Dashboards/Elements/ShowPortlet/dashboard
+++ b/rt/share/html/Dashboards/Elements/ShowPortlet/dashboard
@@ -2,7 +2,7 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -56,7 +56,6 @@ $Depth => 0
<%init>
my $current_dashboard;
-use Scalar::Util 'blessed';
if (blessed($Portlet) && $Portlet->isa('RT::Dashboard')) {
$current_dashboard = $Portlet;
}