From 18444411ea2cf065c2a44eb798c84562e0d21478 Mon Sep 17 00:00:00 2001 From: Garrett Date: Thu, 26 Nov 2020 06:10:34 +0000 Subject: [PATCH] 0.3.11 --- CHANGELOG | 1 + backend/process_template-import.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ac70649..477df04 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -36,6 +36,7 @@ Contents [Fix] Issue with connections being imported as "populated" when restoring from backup [Fix] Validate duplicate walljack port names when trunked to multiple partitions [Fix] Validate trunked endpoint is not connected +[Fix] Issue with template rear image when importing from template catalog **Changes introduced in 0.3.10 [Enhance] Added "Bottom-Left to Top" port orientation diff --git a/backend/process_template-import.php b/backend/process_template-import.php index 3f9b25c..0f7cfdb 100755 --- a/backend/process_template-import.php +++ b/backend/process_template-import.php @@ -59,7 +59,7 @@ if($_SERVER['REQUEST_METHOD'] == 'POST'){ // Retreive template rear image if($importData['success']['template']['rearImage']) { - getImgFile($importData['success']['template']['frontImage'], $validate); + getImgFile($importData['success']['template']['rearImage'], $validate); } // Check for errors