From 8591b00bd6c17016335e6ea4decb3371c8d57532 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 10 Mar 2025 09:10:43 +0100 Subject: [PATCH] config: adjust a comment --- src/etc/inc/config.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/etc/inc/config.inc b/src/etc/inc/config.inc index 4a6bbaf7e..ca6e68456 100644 --- a/src/etc/inc/config.inc +++ b/src/etc/inc/config.inc @@ -141,10 +141,8 @@ function load_config_from_file($filename) function parse_config() { $cnf = OPNsense\Core\Config::getInstance(); - - // return config data as array, use old "listtags" construction to mark certain elements as array (even if they're not recurring) + /* make sure to write back global variable */ $config = $cnf->toArray(listtags()); - return $config; }