summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cherrypy/_cpconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/_cpconfig.py b/cherrypy/_cpconfig.py
index f183a44d..2c9a84e4 100644
--- a/cherrypy/_cpconfig.py
+++ b/cherrypy/_cpconfig.py
@@ -228,7 +228,7 @@ class Config(dict):
if isinstance(config.get("global", None), dict):
if len(config) > 1:
- cherrypy.checker.global_config_contained_paths = True
+ cherrypy.engine.checker.global_config_contained_paths = True
config = config["global"]
if 'environment' in config: