From 2f75f573654a06b08578db9a7475b53165c8c38a Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 1 Oct 2024 17:27:52 +0800 Subject: [PATCH] Update index.py --- plugins/pgadmin/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pgadmin/index.py b/plugins/pgadmin/index.py index b5d9d1d75..eecd65fc9 100755 --- a/plugins/pgadmin/index.py +++ b/plugins/pgadmin/index.py @@ -264,7 +264,7 @@ def restart(): def reload(): return pgOp('reload') -def getPmaOption(): +def getPgOption(): data = getCfg() return mw.returnJson(True, 'ok', data)