From bb6b46544596075d573992b2de2abe03f1fff9c1 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 5 Dec 2024 12:12:44 +0100 Subject: [PATCH] remove unused assignment --- Application/Controller/Admin/ManufacturerInfoLongdesc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Controller/Admin/ManufacturerInfoLongdesc.php b/Application/Controller/Admin/ManufacturerInfoLongdesc.php index 4728b01..92f813b 100644 --- a/Application/Controller/Admin/ManufacturerInfoLongdesc.php +++ b/Application/Controller/Admin/ManufacturerInfoLongdesc.php @@ -104,7 +104,7 @@ class ManufacturerInfoLongdesc extends AdminDetailsController */ public function d3GetLongdescParamValue(Manufacturer $oManufacturer): string { - return (string) $aParams = Registry::getRequest()->getRequestEscapedParameter("editval")[$oManufacturer->getD3LongDescTableColumnName()]; + return (string) Registry::getRequest()->getRequestEscapedParameter("editval")['oxmanufacturers__d3description']; } /**