Skip to content

Commit b4a6764

Browse files
committed
- renamed function
1 parent d5c4ee8 commit b4a6764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdconfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RDConfig.prototype.decrypt = function(obj){
5757
return obj;
5858
};
5959

60-
RDConfig.prototype.mycnf = function(database) {
60+
RDConfig.prototype.getMyCnfParamsWithDatabase = function(database) {
6161
var myCnf = myCnfReader();
6262

6363
if (database) {

0 commit comments

Comments
 (0)