diff options
-rw-r--r-- | src/lib/rrdFilter.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rrdFilter.js b/src/lib/rrdFilter.js index 960a429..5d97710 100644 --- a/src/lib/rrdFilter.js +++ b/src/lib/rrdFilter.js @@ -410,7 +410,7 @@ RRDRRAFilterAvgNewSteps.prototype.getMinStep = function() {return this.fobj.getM RRDRRAFilterAvgNewSteps.prototype.getLastUpdate = function() {return this.fobj.getLastUpdate();}
RRDRRAFilterAvgNewSteps.prototype.getNrDSs = function() {return this.fobj.getNrDSs();}
RRDRRAFilterAvgNewSteps.prototype.getDSNames = function() {return this.fobj.getDSNames();}
-RRDRRAFilterAvgNewSteps.prototype.getDS = function(id) {return this.fobj.getDS();}
+RRDRRAFilterAvgNewSteps.prototype.getDS = function(id) {return this.fobj.getDS(id);}
RRDRRAFilterAvgNewSteps.prototype.getNrRRAs = function() {return this.fobj.getNrRRAs();}
RRDRRAFilterAvgNewSteps.prototype.getRRAInfo = function(idx) { return this.fobj.getRRAInfo(idx);}
RRDRRAFilterAvgNewSteps.prototype.getRRA = function(idx) { return this.fobj.getRRA(idx);}
|