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)