From 0fde1ce7e9e805921c37fbf3e94d5d02d008f06b Mon Sep 17 00:00:00 2001 From: Ante de Baas Date: Sat, 30 May 2020 09:15:15 +0200 Subject: [PATCH] remove dev comment --- install/lib/class.FroxlorInstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/lib/class.FroxlorInstall.php b/install/lib/class.FroxlorInstall.php index ce632f14..0e4bb52b 100644 --- a/install/lib/class.FroxlorInstall.php +++ b/install/lib/class.FroxlorInstall.php @@ -1347,7 +1347,7 @@ class FroxlorInstall foreach ($distros as $_distribution) { $dist = new \Froxlor\Config\ConfigParser($_distribution); $ver = explode('.', $dist->distributionVersion)[0]; - if (strtolower($os_dist['ID']) == strtolower($dist->distributionName) && $os_version = $ver) { // && && $os_version == explode('.', $dist->distributionVersion)[0]) + if (strtolower($os_dist['ID']) == strtolower($dist->distributionName) && $os_version = $ver) { $this->_data['distribution'] = str_replace(".xml", "", strtolower(basename($_distribution))); } }