From 6f4865e5422ab55a3f93ba30851bf734aebd99c2 Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Mon, 21 Jun 2021 16:42:36 +0100 Subject: [PATCH] ECAM controller fix #2 --- Nasal/ECAM/ECAM-controller.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/ECAM/ECAM-controller.nas b/Nasal/ECAM/ECAM-controller.nas index cb5ff9ab..23fefb7a 100644 --- a/Nasal/ECAM/ECAM-controller.nas +++ b/Nasal/ECAM/ECAM-controller.nas @@ -478,7 +478,7 @@ var ECAM_controller = { } if (statusFlag == 1 and lines[0].getValue() == "") { - ecam.SystemDisplay.manCall("statusPage"); + ecam.SystemDisplayController.manCall("statusPage"); statusFlag = 0; } },