Rename Step function in setDBConn

This commit is contained in:
Sandro Santilli 2014-02-11 13:42:44 +01:00
parent 7a749631e8
commit 8c013ed2d1

View File

@ -428,7 +428,7 @@ module.exports = function(){
if ( data ) _.extend(params, {dbhost:data});
cartoData.getUserDBName(dbowner, this);
},
function getGeometryType(err, data){
function extendParams(err, data){
if (err) throw err;
if ( data ) _.extend(params, {dbname:data});
return null;