rename tablePrivacy_getUserDBName profile label
This commit is contained in:
parent
678d653ee9
commit
c1b2d16119
@ -568,7 +568,7 @@ module.exports = function(){
|
||||
},
|
||||
function getPrivacy(err, dbname){
|
||||
if (err) throw err;
|
||||
if (req.profiler) req.profiler.done('tablePrivacy.getUserDBName');
|
||||
if (req.profiler) req.profiler.done('tablePrivacy_getUserDBName');
|
||||
cartoData.getTablePrivacy(dbname, req.params.table, this);
|
||||
},
|
||||
function(err, privacy){
|
||||
|
Loading…
Reference in New Issue
Block a user