diff options
Diffstat (limited to 'applications/luci-statistics/luasrc/statistics/rrdtool.lua')
-rw-r--r-- | applications/luci-statistics/luasrc/statistics/rrdtool.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/statistics/rrdtool.lua b/applications/luci-statistics/luasrc/statistics/rrdtool.lua index c2ac7a8e6..5f07a41ff 100644 --- a/applications/luci-statistics/luasrc/statistics/rrdtool.lua +++ b/applications/luci-statistics/luasrc/statistics/rrdtool.lua @@ -17,7 +17,7 @@ function Graph.__init__( self, timespan, opts ) opts = opts or { } local uci = luci.model.uci.Session() - local sections, names = uci:sections( "luci_statistics" ) + local sections = uci:sections( "luci_statistics" ) -- helper classes self.colors = luci.statistics.rrdtool.colors.Instance() |