[Fix] document_ftp: In pooler method is remvoe so i rename the method

bzr revid: sbh@tinyerp.com-20110624105108-w8pbhpb1mfb0kcfk
This commit is contained in:
Bhumika (OpenERP) 2011-06-24 16:21:08 +05:30
parent 227d5cd655
commit d11103b2f1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class abstracted_fs(object):
db, cr = None, None
try:
try:
db = pooler.get_db_only(db_name)
db = pooler.get_db(db_name)
cr = db.cursor()
cr.execute("SELECT 1 FROM pg_class WHERE relkind = 'r' AND relname = 'ir_module_module'")
if not cr.fetchone():