From 3892b13ea137969a2b4f880883960e58003cc1b3 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 14 Nov 2011 03:24:04 +0000 Subject: [PATCH] fix fallout from: (refactor svc_phone to use elements/svc_devices.html) add dsl_device to track mac addresses, RT#13656 --- httemplate/view/svc_phone.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 0369d5c12..2943c5857 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -56,7 +56,7 @@ my $html_foot = sub { ### # Devices ### - my $devices = include('elements/svc_devices.html', + my $devices = include('/view/elements/svc_devices.html', 'svc_x' => $svc_phone, 'table' => 'phone_device', ); -- 2.11.0