Skip to content

Commit

Permalink
fix meteo class
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed May 20, 2016
1 parent 8dbeb15 commit b91981c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status/Meteo.class.php
Expand Up @@ -92,7 +92,7 @@ function getSilaGrawitacji()

function getTemperaturaZnormalizowana()
{
return $this->tz;
return $this->temp_znormalizowana;
}

function getCisnienieZnormalizowane()
Expand Down

0 comments on commit b91981c

Please sign in to comment.