From 8455278a83b93e94aa2aa6e3012f1c07fc313863 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 8 Aug 2010 13:16:23 +0000 Subject: [PATCH] Update gramps-connect to use new reg_plugin params svn: r15685 --- src/web/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/utils.py b/src/web/utils.py index 5b63a8333..7989d8497 100644 --- a/src/web/utils.py +++ b/src/web/utils.py @@ -101,7 +101,7 @@ _dp = DateHandler.parser.parse def register_plugins(): dbstate = DbState.DbState() climanager = CLIManager(dbstate, False) # don't load db - climanager.do_reg_plugins() + climanager.do_reg_plugins(dbstate, None) pmgr = BasePluginManager.get_instance() return pmgr