config: typo

This commit is contained in:
Franco Fichtner 2025-03-04 11:47:21 +01:00
parent bf4c93f6b0
commit c8e8b49db1

View File

@ -142,7 +142,7 @@ function parse_config()
{
$cnf = OPNsense\Core\Config::getInstance();
// return config data as array, use old "listags" construction to mark certain elements as array (even if they're not recurring)
// return config data as array, use old "listtags" construction to mark certain elements as array (even if they're not recurring)
$config = $cnf->toArray(listtags());
return $config;