diff --git a/plugins/sphinx/class/sphinx_make.py b/plugins/sphinx/class/sphinx_make.py index 6b18988b9..2609030e8 100644 --- a/plugins/sphinx/class/sphinx_make.py +++ b/plugins/sphinx/class/sphinx_make.py @@ -192,7 +192,7 @@ def makeSqlToSphinxAll(): conf = '' conf += makeSphinxHeader() - conf += makeSqlToSphinxDb(pdb, 'bbs', ['bbs_ucenter_admins']) + conf += makeSqlToSphinxDb(pdb, 'bbs') # for x in range(len(dblist)):