From 9037d522452cce4b9b2e993a34055f056ce73933 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Wed, 27 Mar 2013 19:24:56 +0100 Subject: [PATCH] changed the name of the function --- lib/Monitorix.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Monitorix.pm b/lib/Monitorix.pm index 6805f34..d69a971 100644 --- a/lib/Monitorix.pm +++ b/lib/Monitorix.pm @@ -51,7 +51,7 @@ sub max { return $max; } -sub to_fahrenheit { +sub celsius_to { my ($config, $celsius) = @_; $celsius = $celsius || 0;