Skip to content

Commit d2fa87c

Browse files
chore: disable defunct parse_config call
1 parent 4c603c4 commit d2fa87c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Core

pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Core/Model.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ class Model {
800800
# Clear the object cache for all Model classes since config is being reloaded
801801
self::clear_model_cache();
802802

803-
$config = parse_config(parse: $force_parse);
803+
#$config = \parse_config(parse: $force_parse);
804804
}
805805

806806
/**

0 commit comments

Comments
 (0)