From 993dbed7e749221dc1f1848c195f31f5683c7843 Mon Sep 17 00:00:00 2001 From: odain Date: Tue, 4 May 2021 08:55:46 +0200 Subject: [PATCH] document IsDevelopmentEnvironment defensive behaviour --- application/utils.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/utils.inc.php b/application/utils.inc.php index 7614474f4..df00f64ef 100644 --- a/application/utils.inc.php +++ b/application/utils.inc.php @@ -2775,7 +2775,7 @@ HTML; { if (! defined('ITOP_REVISION')) { //defensive behaviour: by default we are not in dev environment - //can happen even in production (unattended install for example) or with exotical use of iTop + //can happen even in production (unattended install for example) or with exotic use of iTop return false; }