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