This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a7bb363  Improved: no functional change, removes misleading comment
a7bb363 is described below

commit a7bb363932b68095827e438609cc8d5b4fad9288
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Mar 5 11:04:41 2022 +0100

    Improved: no functional change, removes misleading comment
    
    The Base64 class no longer exists
---
 ecommerce/template/catalog/DetailImage.ftl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ecommerce/template/catalog/DetailImage.ftl 
b/ecommerce/template/catalog/DetailImage.ftl
index 00cde55..a5ec24c 100644
--- a/ecommerce/template/catalog/DetailImage.ftl
+++ b/ecommerce/template/catalog/DetailImage.ftl
@@ -19,7 +19,6 @@ under the License.
 <html>
   <body>
     <#if requestParameters.detail?has_content>
-      <#--assign detailImage = 
Static["org.apache.ofbiz.base.util.Base64"].base64Decode(requestParameters.detail)-->
       <img src="${requestParameters.detail}" alt=""/>
     <#else>
     <script type="application/javascript">

Reply via email to