diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 84e12e7cd..d40ad5c45 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -954,7 +954,7 @@ def __createUser(dbname, username, password, address): def getDbBackupListFunc(dbname=''): - bkDir = mw.getRootDir() + '/backup/database' + bkDir = mw.getFatherDir() + '/backup/database' blist = os.listdir(bkDir) r = []